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

How do I remove so that you cannot move using the keyboard?

Asked by 5 years ago
wait(2)

game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(1,1,1))

I'm trying to make it so the player only moves when this script is executed. How do I disable the input from the player?

1 answer

Log in to vote
1
Answered by 5 years ago

So you wanna open explorer and properiteys then, find starterplayer. Click on it then in properiteyes scroll down till you find. Controls then go DevComputerMovementMode and change it from User Choice to Scriptable.

0
no... Sapppower 17 — 5y
0
Well you want the player to only be able to move when a script moves it so use that. stampy2493 45 — 5y
Ad

Answer this question