Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = "LocalPlayer"
- AnimationId = "33796059"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
Add Comment
Please, Sign In to add comment