sound.Play
Description
Plays a sound from the specified position in the world. If you want to play a sound without a position, such as a UI sound, use surface.PlaySound instead.
Arguments
1 string Name
A path to the sound.
Does this function support sound scripts?
This should either be a sound script name (sound.Add) or a file path relative to the sound/
folder. (Make note that it's not sounds)
3 number Level
Sound level in decibels. 75 is normal. Ranges from 20 to 180, where 180 is super loud. This affects how far away the sound will be heard.