Advertisement
MeowyMeowth

FE fast animation (Not Mine)

Nov 9th, 2024 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --- Made by Froggysfriend :)
  2.  
  3. wait = task.wait
  4. local a = game:GetService("Players").LocalPlayer.Character or game:GetService("Players").LocalPlayer.CharacterAdded:wait()
  5.  
  6. while wait() do
  7. local b = a:FindFirstChildOfClass("Humanoid") or a:FindFirstChildOfClass("AnimationController")
  8. if not b or not a then continue end
  9. for c, d in next, b:GetPlayingAnimationTracks() do
  10. d:AdjustSpeed(15)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement