function onUse() -- Specify the volume with a value between 0 and 1 local audioVolume = 0.5 -- Loop play "Audio1" vci.assets.audio._ALL_PlayOneShot("Audio1", audioVolume) end