DontDoItIDareU

Dab Animation

Jun 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. while wait(1) do
  2. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  3. Player = v.Name
  4. AnimationId = "248263260"
  5. local Anim = Instance.new("Animation")
  6. Anim.AnimationId = "rbxassetid://"..AnimationId
  7. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8. k:Play() --Play the animation
  9. k:AdjustSpeed(2)
  10. end
  11. end
Add Comment
Please, Sign In to add comment