Material Sound Effects not working unless you Walk Onto Something Upward or downwards

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.

(Calling this function every heartbeat/frame)