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

It doesnt work can you help me?

Asked by
neoG457 315 Moderation Voter
10 years ago

Humanoid.Anchored = true

Im not sure if this is the right code to freeze the player.

1 answer

Log in to vote
5
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
10 years ago

To freeze a player, it would be

game.Players.PlayerName.Character.Torso.Anchored = true

Or, you could try changing their WalkSpeed.

game.Players.PlayerName.Character.Humanoid.WalkSpeed = 0
1
Thanks , I would upvote you but the jerks decided to hate on me. neoG457 315 — 10y
1
Accept my answer and that will help me. Shawnyg 4330 — 10y
2
Done neoG457 315 — 10y
Ad

Answer this question