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