Free-Scripts

Spaz Attack [FE]

Aug 3rd, 2022 (edited)
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. Player = "LocalPlayer"
  2. AnimationId = "33796059"
  3. local Anim = Instance.new("Animation")
  4. Anim.AnimationId = "rbxassetid://"..AnimationId
  5. local k = game.Players[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.
Add Comment
Please, Sign In to add comment