Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("thanks tonygubs for making the animation i suck at anim plugin lol")
  2. print("Created by N0ob1shp3rs0n. i was pretty bored when i got banned for 3 days")
  3. for i,Player in pairs(game.Players:GetChildren()) do
  4. AnimationId = "1718462887"
  5. local Anim = Instance.new("Animation")
  6. Anim.AnimationId = "rbxassetid://"..AnimationId
  7. local k = Player.Character.Humanoid:LoadAnimation(Anim)
  8. k:Play() --Play the animation
  9. k:AdjustSpeed(11) --Set '1' to any value you want to adjust the animation speed.
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement