diff --git a/src/server/Studio/Lighting/init.lua b/src/server/Studio/Lighting/init.lua index 0aa5e80..e47defc 100644 --- a/src/server/Studio/Lighting/init.lua +++ b/src/server/Studio/Lighting/init.lua @@ -11,7 +11,7 @@ type LightingProps = { [string]: Color3 | number | boolean | string } local Lighting_PropsTree: LightingProps = { ["Ambient"] = Color3.fromRGB(40,40,40), - ["Brightness"] = 3, + ["Brightness"] = 2, ["ColorShift_Bottom"] = Color3.new(0,0,0), ["ColorShift_Top"] = Color3.new(0,0,0), ["EnvironmentDiffuseScale"] = 1,