Gostrondude

Untitled

Aug 2nd, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. for i,Player in pairs(game.Players:GetChildren()) do
  2. AnimationId = "33796059"
  3. local Anim = Instance.new("Animation")
  4. Anim.AnimationId = "rbxassetid://"..AnimationId
  5. local k = Player.Character.Humanoid:LoadAnimation(Anim)
  6. k:Play() --Play the animation
  7. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  8. end
Add Comment
Please, Sign In to add comment