Lighting.Fog not working

  1. What do you want to achieve?
    For the Fog to appear correctly

  2. What is the issue?

  3. What solutions have you tried so far?
    I swapped FogStart and FogEnd, Made the time midday, etc.

	Lighting.FogStart = 0
	Lighting.FogEnd = 10
	Lighting.FogColor = Color3.new(0.454902, 0.454902, 0.454902)

When this code runs, nothing changes. I know the code runs because the time gets changed in the same scope.
image

Do you have an atmosphere instance under lighting by any chance?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.