Advertisement
basbas1234

FixLightning

Jan 6th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | None | 0 0
  1. local ServerScriptService = game:GetService('ServerStorage')
  2. script.Parent = ServerScriptService
  3. script.Parent = nil
  4.  
  5. while wait() do
  6.     Lighting = game:GetService('Lighting')
  7.     Lighting.ClockTime = 12
  8.     Lighting.FogColor = Color3.fromRGB(192,192,192)
  9.     Lighting.FogStart = 0
  10.     Lighting.FogEnd = 100000
  11.     Lighting.Ambient = Color3.fromRGB(255,255,255)
  12.     Lighting.Brightness = 0
  13.     Lighting.ColorShift_Bottom = Color3.fromRGB(0,0,0)
  14.     Lighting.ColorShift_Top = Color3.fromRGB(0,0,0)
  15.     Lighting.OutdoorAmbient = Color3.fromRGB(128,128,128)
  16.     Lighting:ClearAllChildren()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement