------------------------------------ -- 🔆 Remove Fog & FullBright ------------------------------------ local Lighting = game:GetService("Lighting") Lighting.Technology = Enum.Technology.Future Lighting.GlobalShadows = false Lighting.FogEnd = 100000 Lighting.FogStart = 0 Lighting.Brightness = 1.5 Lighting.ExposureCompensation = 0.5 Lighting.EnvironmentDiffuseScale = 1 Lighting.EnvironmentSpecularScale = 1 Lighting.Ambient = Color3.fromRGB(255, 255, 255) Lighting.OutdoorAmbient = Color3.fromRGB(255, 255, 255) Lighting.ColorShift_Top = Color3.fromRGB(255, 255, 255) Lighting.ColorShift_Bottom = Color3.fromRGB(255, 255, 255)