How to disable the footstep and jump sounds?

  1. What do you want to achieve? Keep it simple and clear!
    I want to do as said in title
  2. What is the issue? Include screenshots / videos if possible!
    I don’t know how to
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried methods that involve finding the sounds in the players head and setting their volume to 0 but they don’t work, furthermore there are no sounds in the Head when i check in explorer
4 Likes

After updates, player sounds are now stored in the HumanoidRootPart, you should be able to find them there, try altering the sounds on the Client not the Server as every Client has their own sounds, you could also try forking RbxCharacterSounds and muting the sounds from there which is better.

3 Likes

Make a script inside the StarterCharacterScripts and call it RbxCharacterSounds, it should prevent sounds from playing.

2 Likes

The new name is RbxCharacterSounds.

1 Like

Thanks for the replies guys! My studio is a bit weird with default animations/sounds and team create so I’ll try them tomorrow