Skip to content

PlayOneShotAt

Description

PlayOneShotAt is a Server/Host ONLY Function
Plays a sound a single time for all players in the world at a given location with a given radius.

Example
PlayOneShotAt(1, 1.0, 1.0, Vector3.New(1, 1, 1), 1.0)
Usage

network usage: Server/Host ONLY
returns: None
parameters:
- soundId (int)
- volume (float)
- pitch (float)
- position (Vector3)
- radius (float)