Advertisement
PeanutBrickle

radio script

Aug 17th, 2015
8,220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2. local m = Instance.new("Message")
  3.  
  4. s.Name = "nothing"
  5. s.SoundId = "http://www.roblox.com/asset/?id=1372259"
  6. s.Volume = 1
  7. s.Looped = true
  8. s.archivable = false
  9.  
  10. s.Parent = game.Workspace
  11.  
  12. wait(5)
  13.  
  14. s:play()
  15.  
  16. wait(120) --time how long the music play
  17.  
  18. s:remove()
  19.  
  20.  
  21. s.Name = "Fire Emblem"
  22. s.SoundId = "http://www.roblox.com/asset/?id=1372259"
  23. s.Volume = 1
  24. s.Looped = true
  25. s.archivable = false
  26.  
  27. s.Parent = game.Workspace
  28.  
  29. wait(5)
  30.  
  31. s:play()
  32.  
  33. wait(136) --time how long the music play
  34.  
  35. s:remove()
  36.  
  37. m.Parent = game.Workspace
  38. m.Text = "Rock and Roll yah!!!!!!"
  39. wait(5)
  40. m:remove()
  41.  
  42. m.Parent = game.Workspace
  43. m.Text = "Start Wind of the Fjords"
  44. wait(5)
  45. m:remove()
  46.  
  47. s.Name = "Fjords"
  48. s.SoundId = "http://www.roblox.com/asset/?version=1&id=1015394"
  49. s.Volume = 1
  50. s.Looped = true
  51. s.archivable = false
  52.  
  53. s.Parent = game.Workspace
  54.  
  55. wait(5)
  56.  
  57. s:play()
  58.  
  59. wait(155) --time how long the music play
  60.  
  61. s:remove()
  62.  
  63. m.Parent = game.Workspace
  64. m.Text = "i think i go to Norway"
  65. wait(5)
  66. m:remove()
  67.  
  68. m.Parent = game.Workspace
  69. m.Text = "Start March March"
  70. wait(5)
  71. m:remove()
  72.  
  73. s.Name = "March March"
  74. s.SoundId = "http://www.roblox.com/asset/?id=1280414"
  75. s.Volume = 1
  76. s.Looped = true
  77. s.archivable = false
  78.  
  79. s.Parent = game.Workspace
  80.  
  81. wait(5)
  82.  
  83. s:play()
  84.  
  85. wait(180) --time how long the music play
  86.  
  87. s:remove()
  88.  
  89. m.Parent = game.Workspace
  90. m.Text = "The great Army"
  91. wait(5)
  92. m:remove()
  93.  
  94. m.Parent = game.Workspace
  95. m.Text = "Medival Music Start"
  96. wait(5)
  97. m:remove()
  98.  
  99. s.Name = "medival"
  100. s.SoundId = "http://www.roblox.com/asset/?id=5982975"
  101. s.Volume = 1
  102. s.Looped = true
  103. s.archivable = false
  104.  
  105. s.Parent = game.Workspace
  106.  
  107. wait(5)
  108.  
  109. s:play()
  110.  
  111. wait(180) --time how long the music play
  112.  
  113. s:remove()
  114.  
  115. m.Parent = game.Workspace
  116. m.Text = "Medival i love it"
  117. wait(5)
  118. m:remove()
  119.  
  120. m.Parent = game.Workspace
  121. m.Text = "Start Halo"
  122. wait(5)
  123. m:remove()
  124.  
  125. s.Name = "Halo"
  126. s.SoundId = "http://www.roblox.com/asset/?id=1034065"
  127. s.Volume = 1
  128. s.Looped = true
  129. s.archivable = false
  130.  
  131. s.Parent = game.Workspace
  132.  
  133. wait(5)
  134.  
  135. s:play()
  136.  
  137. wait(165) --time how long the music play
  138.  
  139. s:remove()
  140.  
  141. m.Parent = game.Workspace
  142. m.Text = "Awesome"
  143. wait(5)
  144. m:remove()
  145.  
  146. m.Parent = game.Workspace
  147. m.Text = "Let's watch a Pokemon fight!"
  148. wait(5)
  149. m:remove()
  150.  
  151. s.Name = "PkMn"
  152. s.SoundId = "http://www.roblox.com/asset?id=1372261"
  153. s.Volume = 1
  154. s.Looped = true
  155. s.archivable = false
  156.  
  157. s.Parent = game.Workspace
  158.  
  159. wait(5)
  160.  
  161. s:play()
  162.  
  163. wait(120) --time how long the music play
  164.  
  165. s:remove()
  166.  
  167. m.Parent = game.Workspace
  168. m.Text = "Good job Pikachu!"
  169. wait(5)
  170. m:remove()
  171.  
  172. m.Parent = game.Workspace
  173. m.Text = "There comes Mario"
  174. wait(5)
  175. m:remove()
  176.  
  177. s.Name = "SM64"
  178. s.SoundId = "http://www.roblox.com/asset/?id=1280470"
  179. s.Volume = 1
  180. s.Looped = true
  181. s.archivable = false
  182.  
  183. s.Parent = game.Workspace
  184.  
  185. wait(5)
  186.  
  187. s:play()
  188.  
  189. wait(135) --time how long the music play
  190.  
  191. s:remove()
  192.  
  193. m.Parent = game.Workspace
  194. m.Text = "Attemie Mario"
  195. wait(5)
  196. m:remove()
  197.  
  198. m.Parent = game.Workspace
  199. m.Text = "Now some rest for 2 minutes"
  200. wait(5)
  201. m:remove()
  202.  
  203. wait(120)
  204.  
  205. m.Parent = game.Workspace
  206. m.Text = "Start Radio."
  207. wait(1)
  208. m.Text = "Start Radio.."
  209. wait(1)
  210. m.Text = "Start Radio..."
  211. wait(1)
  212. m.Text = "Start Radio."
  213. wait(1)
  214. m.Text = "Start Radio.."
  215. wait(1)
  216. m.Text = "Start Radio..."
  217. wait(5)
  218. m.Text = "Radio started now listen to Fire Emblem"
  219. wait(3)
  220. m.remove()
  221.  
  222. --]] Radio script by cratriller please reward me with LUA hat--[[
  223. --enjoy--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement