Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(1) do
- for i,v in pairs(game:GetService('Players'):GetChildren()) do
- Player = v.Name
- 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
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement