Advertisement
TPLayz_

Untitled

Feb 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local sound1 = your id here
  2. local sound2 = your id here
  3. local sound3 = your id here
  4. local sound4 = your id here
  5. local sound5 = your id here
  6. local music = script.Parent
  7.  
  8. while true do
  9. wait()
  10. music.SoundId = "rbxassetid://"..sound1
  11. music music.Ended:wait()
  12. music.SoundId = "rbxassetid://"..sound2
  13. music music.Ended:wait()
  14. music.SoundId = "rbxassetid://"..sound3
  15. music music.Ended:wait()
  16. music.SoundId = "rbxassetid://"..sound3
  17. music music.Ended:wait()
  18. music.SoundId = "rbxassetid://"..sound4
  19. music music.Ended:wait()
  20. music.SoundId = "rbxassetid://"..sound5
  21. music music.Ended:wait()
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement