game.Lighting.FogEnd = 9999999999 -- stops fog (annoying) wait(1) for i,v in pairs(game:GetService("Lighting"):GetChildren()) do if v:IsA("PostEffect") then v:Destroy() end end wait(1) game.Lighting.Blur.Size = 0 -- stops blur (cancer)