Advertisement
Glyoit

Untitled

Mar 21st, 2020
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. game.RunService.Stepped:Connect(function()
  2. local humanoid = game.Players.LocalPlayer.Character:WaitForChild('Humanoid')
  3. humanoid:ChangeState(11)
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement