Advertisement
Mr-Shadow_Cat

krump i think

Jul 22nd, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 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 = "33796059"
  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.  
  10.  
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement