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

    Contains additional options for a world-level playSound occurrence.

    interface WorldSoundOptions {
        pitch?: number;
        volume?: number;
    }
    Index

    Properties

    Properties

    pitch?: number

    Pitch of the sound played at the world level.

    volume?: number

    Relative volume and space by which this sound is heard.