-- Loop play "Audio1" vci.assets.audio._ALL_Play("Audio1", 0.5, true) function onUse() -- Pause the playback of "Audio1" vci.assets.audio._ALL_Pause("Audio1", true) end function onUnuse() -- Cancel the pause of "Audio1" and resume the playback vci.assets.audio._ALL_Pause("Audio1", false) end