Advertisement
rrixh

zoMBIE

Oct 7th, 2023
42,366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. while true do
  2. local Animate = game.Players.LocalPlayer.Character.Animate
  3. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=10921355261"
  4. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  5. game.Players.LocalPlayer.Character.Humanoid.Jump = false
  6. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=10921308158"
  7. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=10921307241"      wait(1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement