Invert Movement

I want to invert a players control. If the player presses the W key then the player should move backwards and on pressing the S key the player should move forward. Can you suggest how that can be done.

2 Likes

The easiest way is to fork the default modules.

Join play test, open StarterPlayerScripts, copy the PlayerModule, end the play session, and paste it into StarterPlayerScripts.

Switch the PlayerActions in Keyboard module inside ControlModule.

2 Likes

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