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

    Class SoundInstanceBeta

    Represents a handle to a sound that has been played.

    export class SoundInstance {
    private constructor();
    stop(): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Returns void

      Stops this sound from playing.

      This function can't be called in restricted-execution mode.

      This function can't be called in early-execution mode.