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

    Interface PlayerSoundOptions

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

    Properties

    location?: Vector3
    pitch?: number
    volume?: number