ADVERTISEMENTREMOVE ADS
Fullbright
46,627 views
Universal script•
4 months ago

Script Preview
ADVERTISEMENTREMOVE ADS
11 Lines • 266 Bytes
local Light = game:GetService("Lighting")
function dofullbright()
Light.Ambient = Color3.new(1, 1, 1)
Light.ColorShift_Bottom = Color3.new(1, 1, 1)
Light.ColorShift_Top = Color3.new(1, 1, 1)
end
dofullbright()
Light.LightingChanged:Connect(dofullbright)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments