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

How would I go about disabling the movement input from the keyboard?[SOLVED]

Asked by 5 years ago
Edited 5 years ago

I am trying to remove the ability for WASD and the arrow keys to move the player around WITHOUT LOWERING WALK SPEED.

I cant lower walkspeed because I am using moveto() so you can move the player around but when you press a movement key it messes up the moveto() so I am trying to disable the movement for the character without setting the walkspeed to 0.

Any one have any links to a good wiki post or any good ideas?

Thanks for your time!

Answer this question