How would I make a flashbang stop every other audio and play a high pitch noise?

Basically how can I mute every other sound except one?

You could use a SoundGroup, set the .SoundGroup of all the other sounds to a SoundGroup and set the SoundGroup.Volume to 0

1 Like

If you’re looking for a way to get all playing sounds without using sound groups.