How i can make material sounds play not that fast?
Humanoid.Changed will only fire when it actually changes not when the character moves. You’d need to do a loop and call that same function. Here’s one way I implemented it that I found works pretty well.
Humanoid.Changed
(Calling this function every heartbeat/frame)