Advertisement
SpirituallyHot

zombie animation

Jan 15th, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 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=616168032"
  4. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  5. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
  6. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083439238"
  7. game.Players.LocalPlayer.Character.Humanoid.Jump = false
  8. wait(1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement