I'm making a platformer, but I have a level where the player is constantly running.
The whole level, the player is moving right automatically. However, when the user presses the Left Key, the player stops.
Is there a way to disable the left key? ONLY the left key? I need the other keys, stop Ignore input isn't an option.