Beta
Represents a handle to a sound that has been played.
export class SoundInstance { private constructor(); stop(): void;} Copy
export class SoundInstance { private constructor(); stop(): void;}
Private
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.
Represents a handle to a sound that has been played.
Source