Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Whole screen goes white when I change the lighting with this script?

Asked by 8 years ago
        game.Lighting.Ambient = Color3.new(0/255,0/255,0/255)
        game.Lighting.Brightness = 0
        game.Lighting.GlobalShadows = false
        game.Lighting.FogEnd = 100000
        game.Lighting.TimeOfDay = "00:00:00"
        game.Lighting.ColorShift_Top = Color3.new(0/255,0/255,0/255)
        game.Lighting.ColorShift_Bottom = Color3.new(0/255,0/255,0/255)
        game.Lighting.Ambient = Color3.new(0/255,0/255,0/255)
        game.Lighting.OutdoorAmbient = Color3.new(128/255,128/255,128/255)
0
Make globalshadows = true JamesLWalker 297 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

I believe fog end is adding fog, which is white, Try that.

0
no because fogend is setting how far away the fog starts at 10,000 its not going to be visible Prioxis 673 — 8y
Ad

Answer this question