Custom Walking Sounds [Release]

Yo thank you bro, the SoundId List especially is useful, as a thank you I want to give you my version.
I basically copy pasted the roblox script, and added a few lines of code that connect it to your idlist, no need for a custom handler.

Just drag it in “StarterPlayerScripts” (it’s not really masstested yet, but it seems to work)

RbxCharacterSounds.rbxm (10.0 KB)

1 Like

I’ll be using this in my game too. Thank you very much!

1 Like

I have noticed that when you use this script. And then you jump on top of an object. The game freezes for a few seconds. This never used to happen. Maybe a roblox update broke something

1 Like

Is there anything in the output when it happens?

After a lot of testing I found out that the getSoundProperties() function causes lag spikes(at least for me). Specifically the part that sets the Id. It probably lags because it needs to re load the sound anyway when changing the id. The solution could be using separate sound instances instead of changing the sound Id on one sound Instance.

1 Like

nope, nothing in the output. Script keeps working just fine, just the game freezes like i said.