Skip to content

PlayOneShotForAt

Description

PlayOneShotForAt is a Server/Host ONLY Function
Plays a sound a single time for the given player at a given location with a given radius.

Example
PlayOneShotForAt(GetLocalPlayer(), 1, 1.0, 1.0, Vector3.New(1, 1, 1), 1.0)
Usage

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