Advertisement
TheUnknownDiscord

Untitled

Oct 1st, 2021 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for i,v in pairs(owner.Character.Animate:GetDescendants()) do
  2. if v:IsA("Animation") then
  3. new = v:Clone()
  4. v:Destroy()
  5. track = owner.Character.Humanoid:LoadAnimation(new)
  6. track:AdjustSpeed(50)
  7. track:Play()
  8. wait(0.25)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement