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

How do I make a player not move?

Asked by 10 years ago

When players teleport to a map, how do I make them not move?

0
Anchor their torso. Damo999 182 — 10y

2 answers

Log in to vote
0
Answered by 10 years ago

it can also stop them from moving if Their Walkspeed is 0 like this

local hum = findFirstChild("Humanoid")
hum.Walkspeed = 0

Hope I help:D

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

Aye, as Damo said, anchoring the player's torso is the best way to go, although you may want to disable the Animate script in the player's Character BEFORE anchoring their torso to avoid the ugly falling animation.

Answer this question