roblox-lighting
Installation
SKILL.md
Roblox Lighting & Atmosphere
Use this skill when configuring lighting, atmosphere, time of day, post-processing effects, or creating visual mood for a game.
Quick Reference
Lighting Service
Lighting.ClockTime = 14 -- 0-24 numeric
Lighting.Brightness = 2 -- 0-10, default 2
Lighting.Ambient = Color3.fromRGB(70, 70, 70) -- shadow fill
Lighting.OutdoorAmbient = Color3.fromRGB(128, 128, 128)
Lighting.GlobalShadows = true
Lighting.ShadowSoftness = 0.2 -- 0=sharp, 1=soft
Lighting.Technology = Enum.Technology.Future -- or ShadowMap for mobile