Change the Volume-up sound in the Volume Bar

Hello.
I’m looking to change the volume up sound for everyone in my experience so i want to do it by a script, it would replace the original roblox sound to mine.
Is that possible?

This is an integrated part of Roblox, it is done locally on a player’s computer, so this wouldn’t be possible.

Roblox death sound is already possible to change even when it’s on person’s computer. I’m looking for a way to play mine instead of roblox’s one.

Replacing the death sound is fairly easy:

  • Join your game on test mode and copy the character sounds LocalScript:
    image

  • Copy the script and exit test mode

  • Paste the script back into the folder you got it from; your version will automatically replace the default character sounds script

  • You can change the SoundId of the death sound, alongside add a volume key if you wish to change the volume of it:
    ID and Volume change

You cannot change the user’s volume, so your best bet is to increase the volume of all your sound objects if you want it to be louder.

Hi, this is not what I wanted.
I was mentioning if i could change the sound ID of the Volume Up/Down sound effect once it was pressed. It seems to be possible by a local script, but how?

In that case, it’s not possible

Alright, thank you for the information. I thought it would be possibly as both things can be changed by the pc app data.

You can also set loads of preferences on your PC, but for basic security reasons, other developers can’t do that for you.

https://developer.roblox.com/en-us/api-reference/property/Sound/Volume
You can change a sound object’s ‘Volume’ property but you can’t change the client’s ‘master’ volume.