Script API - v1.19.70
    Preparing search index...

    Additional configuration options for the Player.playSound/World.playSound method.

    interface SoundOptions {
        location?: Vector3;
        pitch?: number;
        volume?: number;
    }
    Index

    Properties

    location?: Vector3

    Specifies a location of where to play a particular sound.

    pitch?: number

    Pitch adjustment level for the sound.

    volume?: number

    Relative volume level of the sound.