Advertisement
breh_danny

Untitled

Jan 23rd, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. local sound1 = 1837184416
  2. local sound2 = 1837581960
  3. local sound3 = 1838748397
  4. local sound4 = 1841231015
  5. local sound5 = 1836683455
  6. local sound6 = 1836763470
  7. local sound7 = 1845688327
  8. local sound8 = 1836826811
  9. local sound9 = 1841317607
  10. local music = script.Parent
  11.  
  12. while true do
  13. wait(.1)
  14. music.SoundId = "rbxassetid://"..sound1
  15. music:Play()
  16. repeat wait() until music.Playing == false
  17. music.SoundId = "rbxassetid://"..sound2
  18. music:Play()
  19. repeat wait() until music.Playing == false
  20. music.SoundId = "rbxassetid://"..sound3
  21. music:Play()
  22. repeat wait() until music.Playing == false
  23. music.SoundId = "rbxassetid://"..sound4
  24. music:Play()
  25. repeat wait() until music.Playing == false
  26. music.SoundId = "rbxassetid://"..sound5
  27. music:Play()
  28. repeat wait() until music.Playing == false
  29. music.SoundId = "rbxassetid://"..sound6
  30. music:Play()
  31. repeat wait() until music.Playing == false
  32. music.SoundId = "rbxassetid://"..sound7
  33. music:Play()
  34. repeat wait() until music.Playing == false
  35. music.SoundId = "rbxassetid://"..sound8
  36. music:Play()
  37. repeat wait() until music.Playing == false
  38. music.SoundId = "rbxassetid://"..sound9
  39. music:Play()
  40. repeat wait() until music.Playing == false
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement