Advertisement
Pmn20002

Kittin girl aniamtion script

Sep 19th, 2022 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. while true do
  2. local Animate = game.Players.LocalPlayer.Character.Animate
  3. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=910004836"
  4. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=910009958"
  5. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=2510202577"
  6. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=2510198475"
  7. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=5319841935"
  8. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=656114359"
  9. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=782846423"
  10. game.Players.LocalPlayer.Character.Humanoid.Jump = false
  11. wait(1)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement