RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make a script that freezes my character in place"
-- local script local player = game.Players.LocalPlayer local character = player.Character local humanoid = character:FindFirstChildWhichIsA("Humanoid") if humanoid then humanoid.PlatformStand = true end