#Is there a really simple way for changing footsteps sound?

1 messages · Page 1 of 1 (latest)

sour sand
#

I've tried to find a solution on how to switch up the footsteps sound to play whenever the player obviously walks, but all the solutions seems complex to me since i am a beginner.
Is there a really simple solution of doing it as 1-10 lines of code?

fierce willow
#

player.character.humanoidrootpart.Running.SoundId="new sound id"
i pulled this from looking at how StarterPlayerScripts.RbxCharacterSounds works (default roblox script while game is running)

sour sand
#

thank you man