Atmosphere
Overview
Properties
AirColor
Code Samples
local Lighting = game:GetService("Lighting")
local Atmosphere = Lighting:WaitForChild("Atmosphere")
Atmosphere.AirColor = Color3.fromRGB(255, 0, 0)CloudAmount
Code Samples
CloudSpeed
Code Samples
CloudTexture
Code Samples
FogColor
Code Samples
FogDensity
Code Samples
FogFalloff
Code Samples
FogHorizon
Code Samples
FogStart
Code Samples
GlareColor
Code Samples
GlareFalloff
Code Samples
HazeColor
Code Samples
HazeSpread
Code Samples
Methods
Events
See also
LightingLast updated