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 = "02000805412" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://02000805412"..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