Realistic Graphics Script - Roblox Scripts - Re...

-- 3. ATMOSPHERIC EFFECTS Lighting.FogEnd = 500 Lighting.FogStart = 100 Lighting.Atmosphere = Instance.new("Atmosphere") Lighting.Atmosphere.Parent = Lighting Lighting.Atmosphere.Density = 0.4 Lighting.Atmosphere.Offset = 0.2 Lighting.Atmosphere.Color = Color3.fromRGB(135, 206, 235) -- Sky blue Lighting.Atmosphere.Decay = Color3.fromRGB(255, 200, 150)

-- Realistic Graphics Script