RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"Make the player unable to move"
-- local script local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") humanoid.WalkSpeed = 0 humanoid.JumpPower = 0