Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "b" then
- skyNOOB = coroutine.create(function()
- while wait(0.3) do
- local s = Instance.new("Sky",game.Lighting)
- s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://227451813","rbxassetid://559660882","rbxassetid://947995509","rbxassetid://824851584","rbxassetid://835633217","rbxassetid://726895156"
- s.CelestialBodiesShown = false
- end
- end)
- soundNOOB = coroutine.create(function()
- local a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://902601313"
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- while wait(0.2) do
- local rainin = workspace:FindFirstChild("RAINING MEN")
- if not rainin then
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://902601313"
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- end
- end
- end)
- rainNOOB = coroutine.create(function()
- local cc = Instance.New("ColorCorrectionEffect",game.Lighting)
- cc.Saturation = -4
- end)
- coroutine.resume(rainNOOB)
- coroutine.resume(soundNOOB)
- coroutine.resume(skyNOOB)
- for i, player in ipairs(game.Players:GetPlayers()) do
- if player.Character then
- local tor = player.Character:FindFirstChild('Torso')
- if tor then
- S = Instance.new("Explosion",game.workspace)
- S.Position = tor.Position
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement