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