Music Looping

Hi Again I just wanted to know if there was a code or something i could use to make my menu music loop on repeat

Try:

playSound("yourSong.mp3",{loop:true});

1 Like