Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How can i disable the players Arrows and W,A,S,D?

Asked by 6 years ago

How would i make a player walk to a position i know you can make their humanoid WalkTo but the player can just walkand it stops moving the player so how could i make a player's arrows and WASD not work but the player walkspeed stays 16.

1 answer

Log in to vote
1
Answered by
DanzLua 2879 Moderation Voter Community Moderator
6 years ago

The controls are controlled by a script called ControlScript inside starterplayerscripts, you can replace it by creating a new localscript called exactly 'ControlScript' and place it in the starter playerscripts. There doesn't need to be any thing in it for it to replace the original one.

Ad

Answer this question