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

How to make a roblox character not move?

Asked by 4 years ago

I already don't know what to put it in so I did this~~~~~~~~~~~~~~~~~ load:stoplaying:character ~~~~~~~~~~~~~~~~~

2 answers

Log in to vote
0
Answered by
iuclds 720 Moderation Voter
4 years ago
-- Made By TrueTrades, feel free to use this without crediting me. But don't Take credit for it.
script.Parent.Touched:connect(function(part)
    if not part.Parent then return end

    local h = part.Parent:FindFirstChild("Humanoid")
    if not h then return end

    h.WalkSpeed = 0 * 1 -- Change the number 10 the speed you want them to slow down to (16 is default)
end)

like bruh

Ad
Log in to vote
0
Answered by 4 years ago

Anchor the HumanoidRootPart and the player wont move nor jump just look around by turning shiftlock or zooming in

Answer this question