When the music ends another begins, I have two separate songs that are the same PLZ Help Thx
1 | Music = 132041251 --Replace this with Audio Id |
2 | local Audio = Instance.new( "Sound" , game.Workspace) --This create the sound and put it inside of workspace |
3 | wait( 1 ) |
4 | Audio.PlayOnRemove = true -- I believe this stop the song after it has been finished |
5 | Audio.SoundId = "http://www.roblox.com/asset?id=" ..Music --SoundId |
6 | Audio:Play() -- Plays the Sound |
If you have any question please feel free to post it down below and also I helped you solve your problem then please accept my answer and upvote it :)