How would I seamlessly combine two audios back to back then loop them

Hi so I recently commissioned for some audio and It’s 2:19 long and I guess Roblox limits your music to 1:20. I was wondering if there was a way to seamlessly transition while still having the audio loop so something like A=Start and B=End so A-(Seamless Transition)-B and loop to A-(Seamless Transition)-B and loop to same thing again over and over again. I think we could use this tutorial but not sure how to change it. Thanks from John.

You shouldn’t use the Looped property here. Once one sound fires the Ended event, just :Play() the other.

3 Likes