Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function nuke()
- Message = Instance.new("Message")
- Message.Parent = Workspace
- Message.Text = "Launching Nuclear Bomb Against Canada... NO.. WAIT! THAT'S A PROTOTYPE!"
- wait(4)
- game.Workspace.Message:remove()
- wait(6)
- for i = 1, 6 do
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxasset://sounds\\Rocket shot.wav"
- sound.Parent = script.Parent
- sound.Volume = 2
- sound:play()
- end
- end
- script.Parent.ClickDetector.MouseClick:connect(nuke)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement