rdadadasdasdasda123

Untitled

Jul 22nd, 2017
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. Player = "LocalPlayer"
  3. AnimationId = "33796059"
  4. local Anim = Instance.new("Animation")
  5. Anim.AnimationId = "rbxassetid://"..AnimationId
  6. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  7. k:Play() --Play the animation
  8. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
Add Comment
Please, Sign In to add comment