Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, v in pairs(game.Players:GetChildren()) do
- v.Chatted:connect(function(C)
- if C == "DisableBO'Fuk'" then
- game.Workspace.Blackout:Destroy()
- end
- end)
- end
- game.Players.PlayerAdded:connect(function(Plr)
- Plr.Chatted:connect(function(C)
- if C == "DisableBO'Fuk'" then
- game.Workspace.Blackout:Destroy()
- end
- end)
- end)
- while true do
- wait()
- local Lighting = game.Lighting
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "Blackout"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=2013298"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=2013298"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=2013298"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=2013298"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=2013298"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=2013298"
- s.CelestialBodiesShown = false
- s.SunAngularSize = 50
- s.Parent = game.Lighting
- Lighting.FogEnd = 0.1
- Lighting.FogColor = Color3.new(-10, -10, -10)
- Lighting.FogStart = 0
- Lighting.Ambient = Color3.new(-10, -10, -10)
- Lighting.OutdoorAmbient = Color3.new(-10,-10,-10)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement