Empty
Empty
Empty
L'illuminazione è un servizio che controlla l'ambiente luminoso del gioco. Influisce sull'atmosfera generale, l'umore e la visibilità nel mondo del gioco.
Empty
Empty
Empty
local Lighting = game:GetService("Lighting")
Lighting.ClockTime = 18 -- Sets the time to 6 PM
Lighting.Brightness = 2 -- Moderate brightness
Lighting.Ambient = Color3.fromRGB(128, 128, 128) -- Gray ambient light
Lighting.OutdoorAmbient = Color3.fromRGB(100, 100, 100) -- Darker gray for outdoor
Lighting.FogColor = Color3.fromRGB(50, 50, 50) -- Dark fog color
Lighting.FogStart = 100 -- Fog starts at 100 studs
Lighting.FogEnd = 1000 -- Fog ends at 1000 studs
Lighting.GlobalShadows = true -- Enable global shadows
Empty
Empty
Empty
local Lighting = game:GetService("Lighting")
Lighting.FogStart = math.huge
Lighting.FogEnd = math.huge
Se hai trovato utile questo tutorial e desideri supportare il mio lavoro, considera di offrirmi un caffè.
Grazie mille per il tuo supporto!
Offrimi un caffè