SoundGroup wont change volume

I dont know if this is a bug or not but when I try to change the volume of a soundgroup thats parent is another soundgroup to 0, it doesn’t work. Can anyone tell me if this is intentional?

image

My script literally just sets background.volume to 0. I print debugged it as well

The volume of a nested group acts as a multiplier, so the effective volume should be zero in this case. It’s important to note that a parent–child relationship is not responsible for linking sounds to sound groups. Rather, sounds must be assigned via the SoundGroup property.

1 Like

Yeah that’s why all my soundgroups are at 1 volume. I made sure all my sounds are linked as well.

That was my only guess, unfortunately. I’d be happy to take a look at a model/place file if you don’t mind sharing.