I’m trying to make it so that I can use the Fog properties of Lighting while having another skybox present. However, after some quick research, I found out that the Fog properties of Lighting basically disappear as soon as a custom skybox is added to Lighting (see here)
I haven’t been able to find any solutions to this problem as this is a problem with Roblox itself.
print("neighborhood")
neighborhood.Parent = lighting
lighting.Atmosphere.Haze = 10
lighting.FogEnd = 175
Does anyone know how to add fog to this skybox?
1 post - 1 participant