Advertisement
EpicZombie226_YT

Night time (Extremely dark)

Mar 19th, 2018
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  2. game:GetService("Lighting").Brightness = 0
  3. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  4. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  5. game:GetService("Lighting").GlobalShadows = true
  6. game:GetService("Lighting").OutdoorAmbient = Color3.new(0, 0, 0)
  7. game:GetService("Lighting").Outlines = true
  8. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  9. game:GetService("Lighting").TimeOfDay = "00:00:00"
  10. game:GetService("Lighting").FogColor = Color3.new(0.75, 0.75, 0.75)
  11. game:GetService("Lighting").FogEnd = 100000
  12. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement