Animescapetower

Music

Jan 18th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. while true do
  2. local s = Instance.new("Sound")
  3. s.Name = "BGMusic"
  4. s.SoundId = "http://www.roblox.com/asset/?id=209586436"
  5. s.Pitch = 1
  6. s.Volume = 1
  7. s.Looped = true
  8. s.archivable = false
  9. s.Parent = game.Workspace
  10. wait(0.1)
  11. s:play()
  12. wait(120)
  13. s:Stop
  14. local s2 = Instance.new("Sound")
  15. s2.Name = "BGMusic"
  16. s2.SoundId = "http://www.roblox.com/asset/?id=209586436"
  17. s2.Pitch = 1
  18. s2.Volume = 1
  19. s2.Looped = true
  20. s2.archivable = false
  21. s2.Parent = game.Workspace
  22. wait(0.1)
  23. s2:play()
  24. wait(236)
  25. s2:stop()
  26. local s23 = Instance.new("Sound")
  27. s23.Name = "BGMusic"
  28. s23.SoundId = "http://www.roblox.com/asset/?id=149699198"
  29. s23.Pitch = 1
  30. s23.Volume = 1
  31. s23.Looped = true
  32. s23.archivable = false
  33. s23.Parent = game.Workspace
  34. wait(0.1)
  35. s23:play()
  36. wait(23)
  37. s23:stop
  38. local s234 = Instance.new("Sound")
  39. s234.Name = "BGMusic"
  40. s234.SoundId = "http://www.roblox.com/asset/?id=277629548"
  41. s234.Pitch = 1
  42. s234.Volume = 1
  43. s234.Looped = true
  44. s234.archivable = false
  45. s234.Parent = game.Workspace
  46. wait(0.1)
  47. s234:play()
  48. wait(120)
  49. s234:stop
  50. local s2344 = Instance.new("Sound")
  51. s2344.Name = "BGMusic"
  52. s2344.SoundId = "http://www.roblox.com/asset/?id=196695231"
  53. s2344.Pitch = 1
  54. s2344.Volume = 1
  55. s2344.Looped = true
  56. s2344.archivable = false
  57. s2344.Parent = game.Workspace
  58. wait(0.1)
  59. s2344:play()
  60. wait(120)
  61. s2344:stop
  62. local s23444 = Instance.new("Sound")
  63. s23444.Name = "BGMusic"
  64. s23444.SoundId = "http://www.roblox.com/asset/?id=248155620"
  65. s23444.Pitch = 1
  66. s23444.Volume = 1
  67. s23444.Looped = true
  68. s23444.archivable = false
  69. s23444.Parent = game.Workspace
  70. wait(0.1)
  71. s23444:play()
  72. wait(120)
  73. s23444:stop
  74. end
Add Comment
Please, Sign In to add comment