function onUse() -- "Audio1" の再生状況を取得する isPlaying = vci.assets.audio.IsPlaying("Audio1") print(isPlaying) end