Trying to make a radio (like songs that play in the background, not a physical radio) in roblox but is there an easier way instead of waiting? I found this on the developer api website
Ended ( string soundId )
since my pea sized brain cant under stand how to use this, im hear to ask how to use it.
This is my script so far
song1.Playing = true wait(207) song1.Playing = false wait(2)