Is there a way to disable a “Sound” in a script instead of setting the volume to 0? I am wanting to change multiple sounds at once, and I don’t want to change the volume to 0 because each sound has its own volume, and when the payer enables sound again, I don’t want them to all be the same volume.
You could record the volume of a sound to a variable (ideally in a table) and keep the sound to volume 0. When you need it again, you can apply the volume back.
What you could do, when reenabling the sounds, set it back to the volume that you want it to be, It’s what I usually do to disable audio and reenable it.