Sound/Music looping

i was just wondering if there is a way to loop a sound. i know music means looping but i want to add in a phone ring with a 2 second pause in between each ring. in my script at the moment i have put in already where 2 seconds roughly is but isn’t very consistant. i was wondering if there is an easier way?

You can do it this way to pause the ring in every 2 seconds.

sound phone_ring
@/pause for 2
sound off
@/pause for 0.1
sound phone_ring
@/pause for 2
sound off
@/pause for 0.1

Ah yeah sorry I forgot to mention that its going on between dialogue

I don’t think there’s any other way other than the one I mentioned above, unless you want to make the phone to ring every time the reader taps to the next dialogue, or loop it with music phone_ring but there will not be any pauses.