Advertisement
Guest User

Untitled

a guest
Dec 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Player = "LocalPlayer"
  2. AnimationId = "966906954"
  3. local Anim = Instance.new("Animation")
  4. Anim.AnimationId = "rbxassetid://"..AnimationId
  5. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  6. k:Play() --Play the animation
  7. k:
  8.  
  9.  
  10. AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.99 Ovr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement