Advertisement
mr2meows

anim

Mar 18th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. owner.CharacterAdded:connect(function(character)
  2. owner.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=5627338402" --fall--
  3. owner.Character.Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=5623766052" --idle--
  4. owner.Character.Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=180435571" --idle2--
  5. owner.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=5627651591" --jump--
  6. owner.Character.Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=5627324274" --walk/run--
  7. end)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement