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

Making a player not have control of his player?

Asked by 9 years ago

How would I make a player lose control of his player?

0
Depends, talking about camera manipulation or Artifical Intelligence to move towards a specfic spot. GreekGodOfMLG 244 — 9y
0
Also, this is not a request site. Look it up in the roblox wiki. GreekGodOfMLG 244 — 9y

2 answers

Log in to vote
0
Answered by 9 years ago

Go research here and here.

Ad
Log in to vote
-1
Answered by 9 years ago

Disable the player walkspeed. Like this:

Player.Character.Humanoid.WalkSpeed=0

that means the player can't walk. Its not possible to make a player lose control of the character, you have to find alternatives like this.

Answer this question