Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- local m = Instance.new("Message")
- s.Name = "nothing"
- s.SoundId = "http://www.roblox.com/asset/?id=1372259"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(5)
- s:play()
- wait(120) --time how long the music play
- s:remove()
- s.Name = "Fire Emblem"
- s.SoundId = "http://www.roblox.com/asset/?id=1372259"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(5)
- s:play()
- wait(136) --time how long the music play
- s:remove()
- m.Parent = game.Workspace
- m.Text = "Rock and Roll yah!!!!!!"
- wait(5)
- m:remove()
- m.Parent = game.Workspace
- m.Text = "Start Wind of the Fjords"
- wait(5)
- m:remove()
- s.Name = "Fjords"
- s.SoundId = "http://www.roblox.com/asset/?version=1&id=1015394"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(5)
- s:play()
- wait(155) --time how long the music play
- s:remove()
- m.Parent = game.Workspace
- m.Text = "i think i go to Norway"
- wait(5)
- m:remove()
- m.Parent = game.Workspace
- m.Text = "Start March March"
- wait(5)
- m:remove()
- s.Name = "March March"
- s.SoundId = "http://www.roblox.com/asset/?id=1280414"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(5)
- s:play()
- wait(180) --time how long the music play
- s:remove()
- m.Parent = game.Workspace
- m.Text = "The great Army"
- wait(5)
- m:remove()
- m.Parent = game.Workspace
- m.Text = "Medival Music Start"
- wait(5)
- m:remove()
- s.Name = "medival"
- s.SoundId = "http://www.roblox.com/asset/?id=5982975"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(5)
- s:play()
- wait(180) --time how long the music play
- s:remove()
- m.Parent = game.Workspace
- m.Text = "Medival i love it"
- wait(5)
- m:remove()
- m.Parent = game.Workspace
- m.Text = "Start Halo"
- wait(5)
- m:remove()
- s.Name = "Halo"
- s.SoundId = "http://www.roblox.com/asset/?id=1034065"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(5)
- s:play()
- wait(165) --time how long the music play
- s:remove()
- m.Parent = game.Workspace
- m.Text = "Awesome"
- wait(5)
- m:remove()
- m.Parent = game.Workspace
- m.Text = "Let's watch a Pokemon fight!"
- wait(5)
- m:remove()
- s.Name = "PkMn"
- s.SoundId = "http://www.roblox.com/asset?id=1372261"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(5)
- s:play()
- wait(120) --time how long the music play
- s:remove()
- m.Parent = game.Workspace
- m.Text = "Good job Pikachu!"
- wait(5)
- m:remove()
- m.Parent = game.Workspace
- m.Text = "There comes Mario"
- wait(5)
- m:remove()
- s.Name = "SM64"
- s.SoundId = "http://www.roblox.com/asset/?id=1280470"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(5)
- s:play()
- wait(135) --time how long the music play
- s:remove()
- m.Parent = game.Workspace
- m.Text = "Attemie Mario"
- wait(5)
- m:remove()
- m.Parent = game.Workspace
- m.Text = "Now some rest for 2 minutes"
- wait(5)
- m:remove()
- wait(120)
- m.Parent = game.Workspace
- m.Text = "Start Radio."
- wait(1)
- m.Text = "Start Radio.."
- wait(1)
- m.Text = "Start Radio..."
- wait(1)
- m.Text = "Start Radio."
- wait(1)
- m.Text = "Start Radio.."
- wait(1)
- m.Text = "Start Radio..."
- wait(5)
- m.Text = "Radio started now listen to Fire Emblem"
- wait(3)
- m.remove()
- --]] Radio script by cratriller please reward me with LUA hat--[[
- --enjoy--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement