Advertisement
tripono

Untitled

Oct 18th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. 258.kk = true --Change this to true if you want it to play music!
  2.  
  3.  
  4. 259.
  5.  
  6.  
  7. 260.if kk == true then
  8.  
  9.  
  10. 261.s = Instance.new("Sound")
  11.  
  12.  
  13. 262.
  14.  
  15.  
  16. 263.s.Name = "BGMusic"
  17.  
  18.  
  19. 264.s.SoundId = "http://www.roblox.com/asset/?id=305476324" --SoundID here.
  20.  
  21.  
  22. 265.s.Volume = 1
  23.  
  24.  
  25. 266.s.Looped = true
  26.  
  27.  
  28. 267.s.Archivable = true
  29.  
  30.  
  31. 268.
  32.  
  33.  
  34. 269.s.Parent = game.Workspace
  35.  
  36.  
  37. 270.
  38.  
  39.  
  40. 271.
  41.  
  42.  
  43. 272.while true do
  44.  
  45.  
  46. 273.wait(.2)
  47.  
  48.  
  49. 274.s:play()
  50.  
  51.  
  52. 275.
  53.  
  54.  
  55. 276.wait(60)-- Time where music should stop and loop again.
  56.  
  57.  
  58. 277.s:Pause()
  59.  
  60.  
  61. 278.end end
  62.  
  63.  
  64. 279.
  65.  
  66.  
  67. 280.-----------dead pixel chiptune-------------
  68.  
  69.  
  70. 281.
  71.  
  72.  
  73. 282.kk = true --Change this to true if you want it to play music!
  74.  
  75.  
  76. 283.
  77.  
  78.  
  79. 284.if kk == true then
  80.  
  81.  
  82. 285.s = Instance.new("Sound")
  83.  
  84.  
  85. 286.
  86.  
  87.  
  88. 287.s.Name = "BGMusic"
  89.  
  90.  
  91. 288.s.SoundId = "http://www.roblox.com/asset/?id=142794027" --SoundID here.
  92.  
  93.  
  94. 289.s.Volume = 1
  95.  
  96.  
  97. 290.s.Looped = true
  98.  
  99.  
  100. 291.s.Archivable = true
  101.  
  102.  
  103. 292.
  104.  
  105.  
  106. 293.s.Parent = game.Workspace
  107.  
  108.  
  109. 294.
  110.  
  111.  
  112. 295.
  113.  
  114.  
  115. 296.while true do
  116.  
  117.  
  118. 297.wait(.2)
  119.  
  120.  
  121. 298.s:play()
  122.  
  123.  
  124. 299.
  125.  
  126.  
  127. 300.wait(60)-- Time where music should stop and loop again.
  128.  
  129.  
  130. 301.s:Pause()
  131.  
  132.  
  133. 302.end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement