Agreed, this just sounds like you should be using something like
sound.Volume = math.min(MAX_VOLUME, newVolume)
5 Likes
Agreed, this just sounds like you should be using something like
sound.Volume = math.min(MAX_VOLUME, newVolume)