Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.Lighting:FindFirstChild("Blur") == nil then
- a = Instance.new("BlurEffect", game.Lighting)
- a.Size = 0
- end
- if game.Lighting:FindFirstChild("ColorCorrection") == nil then
- Instance.new("ColorCorrectionEffect", game.Lighting)
- end
- if game.Lighting.FogColor ~= Color3.new(1,1,1) then
- game.Lighting.FogColor = Color3.new(1,1,1)
- end
- script:remove()
Advertisement
Add Comment
Please, Sign In to add comment