--Made by Auma local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=144756534" s.Volume = 5832 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(0.003) s:play() wait(3) math.randomseed(tick() % 1 * 1e6) sky = coroutine.create(function() while wait(0.3) do s = Instance.new("Sky",game.Lighting) s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://75113906","rbxassetid://1419824652","rbxassetid://75113906","rbxassetid://75113906","rbxassetid://75113906","rbxassetid://75113906" s.CelestialBodiesShown = false end end) del = coroutine.create(function() while wait(0.3) do for i,v in pairs(workspace:GetChildren()) do if v:IsA("Model") then v:Destroy() end end end end) for i,v in pairs(game.Players:GetChildren()) do end noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'} sound = coroutine.create(function() a = Instance.new("Sound",workspace) a.SoundId = "rbxassetid://666141509625" a.Name = "Aaaa" a.Volume = 58359 a.Looped = true a:Play() while wait(0.2) do rainin = workspace:FindFirstChild("RAINING MEN") if not rainin then a = Instance.new("Sound",workspace) a.SoundId = "rbxassetid://0" a.Name = "pls pls" a.Volume = 58359 a.Looped = true a:Play() end end end) msg = coroutine.create(function() while wait(0.4) do msg = Instance.new("Message",workspace) msg.Text = "Get toadroasted you bacon-haired bozos. (GO QUIT FUCKED SHIT NIGGER XD FELIXMAYERKIDS IS A HACKER)" wait(0.4) msg:Destroy() end end) coroutine.resume(sky) coroutine.resume(del) coroutine.resume(sound) coroutine.resume(msg)