SoundGroup

SoundGroup : Instance

Overview

SoundGroup is an object that can be used to control multiple sounds at the same time.

When connecting Sound to a specific group, the SoundGroup property must be manually specified; simply placing it as a child object of SoundGroup doesn’t work.

Properties

Volume

number

The value with which the sounds included in SoundGroup are multiplied. The minimum value is 0 and the maximum value is 10. The output volume of all the sounds of a group is adjusted according to this multiplier.

Code Samples

local SoundGroup = script.Parent

SoundGroup.Volume = 0.2

Methods

Events

See also

Sound

Last updated