How to remove the 'w' and 's' key movement (because I'd like to make a 2D game)

Copy the player scripts from the player instance like I do:
image
Paste them into StarterPlayerScripts:
image
Control modules > Keyboard module script
image
Go into lines 88-94 and delete the body of the move forwards and backwards functions:

You now have a left-right control system for your game.

11 Likes