Sounds.Play(string, Vector, enumeration/SOUND_LEVEL = SNDLVL_NORM, number = 100, number = 1, number = 0)
shared
Arguments
- soundName string
- origin Vector
- Optional soundLevel SOUND_LEVEL SNDLVL_NORM
- Optional pitchPercent number 100
- Optional volume number 1
- Optional dsp number 0
Examples
Sounds.Play – Plays a sound emitting from a place in the world. Not properly tested for sound script names (didn't work when I tried it)