Client
Manipulate the sound
Play
With 1.8.5 players who are far away from the song will not be able to get the maxDuration
and timeStamp
of the song! If you want the far away player to get the maxDuration, you must use server side export
Parameters
soundId?:
string
If not provided, will be created automatically
url:
string
coords?:
vector3
If not provided, its means that the sound is not dynamic. So player can hear it from everywhere
loop?:
boolean
volume?:
number
Override default volume (even if sound profile is enabled) (0.0 | 1.0)
panner?:
PannerNode
Returns
soundId | false
Play Async
Attach To Entity
Parameters
soundId:
string
networkId:
number
Detach From Entity
Parameters
soundId:
string
Attach To Player
Parameters
soundId:
string
playerId:
number
Detach From Player
Parameters
soundId:
string
Stop
Parameters
soundId:
string
Pause
Parameters
soundId:
string
Resume
Parameters
soundId:
string
Destroy
Parameters
soundId:
string
Destroy All
Repeat
Parameters
soundId:
string
Add Filter
Parameters
soundId:
string
type:
string
filter:
{frequency: number, Q: number, gain:number}
Remove Filter
Parameters
soundId:
string
To better manage sounds, see these three section
Last updated
Was this helpful?