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

How do you disable character Movement? [closed]

Asked by 5 years ago

I want to disable character movement without setting the walkspeed to 0

0
Anchor the HumanoidRootPart. DeceptiveCaster 3761 — 5y

Closed as Not Constructive by DeceptiveCaster, awfulszn, and zblox164

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

local Player = game.Players.LocalPlayer

local Character = Player.Character or Player.CharacterAdded:Wait()

Character.UpperTorso.Anchored = true

0
Wrong ^ DeceptiveCaster 3761 — 5y
0
^ yea the character might not be r15 Fad99 286 — 5y
Ad