Lighting (조명)

Lighting은 게임의 조명 환경을 제어하는 서비스입니다. 게임 세계의 분위기, 감정 및 가시성에 영향을 미칩니다.

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
local Lighting = game:GetService("Lighting")

Lighting.FogStart = math.huge
Lighting.FogEnd = math.huge

이 튜토리얼이 도움이 되셨다면, 저의 작업을 지원하기 위해 커피 한 잔을 사주시면 감사하겠습니다.

지원해 주셔서 정말 감사합니다!

커피 한 잔 사주기