|JoinedClips|{{RootFieldType|SyncList`1|[[Type:AssetRef`1|AssetRef`1]]<[[Type:AudioClip|AudioClip]]>}}|TypeAdv0=true| A list of random audio clips to choose from when a user joins the session. Each one will have a different weight.
|LeftClips|{{RootFieldType|SyncList`1|[[Type:AssetRef`1|AssetRef`1]]<[[Type:AudioClip|AudioClip]]>}}|TypeAdv1=true| A list of random audio clips to choose from when a user leaves the session. Each one will have a different weight.
|Spatialize|Bool|
|Spatialize|Bool| Whether to play the sounds from the slot this component is on or globally.
|Volume|Float|
|Volume|Float| How loud the audio clips should be by default.
}}
}}
<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==
Attach to a slot and provide some audio clips to play. The next time a user joins or leaves the session, a clip from the corresponding list will play.
<!--T:5-->
<!--T:5-->
== Examples ==
== Examples ==
Can be used for world join notifiers or for an elevator ding when a user arrives.