LocalScript
:
game.ReplicatedStorage.BackgorundMusic:Play()
I can make one audio file play with this script, but how can I make more play after this one ends?
game.ReplicatedStorage.BackgorundMusic:Play() wait (---How long you want to wait before you play next song here in second numbers) game.ReplicatedStorage.Nextsoundhere:Play() wait (---How long you want to wait before you play next song here in second numbers) --- And so on.