Here's the script to access [Lighing]>[Apperance] to turn off all the liggts to make the darkest night atomosphere
----<Script>----------------------------------------------------
light = game:GetService("Lighting")
light.Ambient= Color3.new(0,0,0)
light.Brightness = 0
light.EnvironmentDiffuseScale = 0
light.OutdoorAmbient = Color3.new(0,0,0)
light.ClockTime = 0
light.Sky.CelestialBodiesShown = false
light.Sky.StarCount = 0
----------------------------------------------------
Comments