Can you swap the players movement keys?

Im trying to make something that when you press W you go backwards and if you press S you go forward (also D and A key swapped), but i have been trying to search that and cant find it. Can someone help me how to do it?

There’s a ModuleScript named PlayerModule in player.PlayerScripts.
Inside it there’s the ModuleScript ControlModule, and inside of that there’s the ModuleScript Keyboard.
At line 121 of the Keyboard module you will find ContextActionService action binding. Just change it to the opposites like Enum.PlayerActions.CharacterForwardEnum.PlayerActions.CharacterBackward and so on.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.