There's a properly called Looped in each sound. Enabling it will make it loop until the Stop function is called on it.
For example :
audio:Play() --Plays the audio.
wait(1337) -- Audio will keep looping for 1337 seconds.
audio:Stop() -- Stops the audio.