Advertisement
BobMe

Blackout

Feb 8th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. for i, v in pairs(game.Players:GetChildren()) do
  2. v.Chatted:connect(function(C)
  3. if C == "DisableBO'Fuk'" then
  4. game.Workspace.Blackout:Destroy()
  5. end
  6. end)
  7. end
  8. game.Players.PlayerAdded:connect(function(Plr)
  9. Plr.Chatted:connect(function(C)
  10. if C == "DisableBO'Fuk'" then
  11. game.Workspace.Blackout:Destroy()
  12. end
  13. end)
  14. end)
  15.  
  16. while true do
  17. wait()
  18. local Lighting = game.Lighting
  19. c = script:Clone()
  20. c.Parent = game.Lighting
  21. s = Instance.new("Sky")
  22. s.Name = "Blackout"
  23. s.SkyboxBk = "http://www.roblox.com/asset/?id=2013298"
  24. s.SkyboxDn = "http://www.roblox.com/asset/?id=2013298"
  25. s.SkyboxFt = "http://www.roblox.com/asset/?id=2013298"
  26. s.SkyboxLf = "http://www.roblox.com/asset/?id=2013298"
  27. s.SkyboxRt = "http://www.roblox.com/asset/?id=2013298"
  28. s.SkyboxUp = "http://www.roblox.com/asset/?id=2013298"
  29. s.CelestialBodiesShown = false
  30. s.SunAngularSize = 50
  31. s.Parent = game.Lighting
  32.  
  33. Lighting.FogEnd = 0.1
  34. Lighting.FogColor = Color3.new(-10, -10, -10)
  35. Lighting.FogStart = 0
  36. Lighting.Ambient = Color3.new(-10, -10, -10)
  37. Lighting.OutdoorAmbient = Color3.new(-10,-10,-10)
  38. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement