• Play the provided audio within the game

    Parameters

    • audioSourceID: string

      Path to the audio that will be played. STARTS IN THE audio FOLDER

    • playAudioOptions: PlayAudioSourceOptions

    Returns void

    Example

    playAudioSource("music"); // Plays {PROJECTFILE}/audio/music.mp3