Mryeetmemes

Starter

Dec 9th, 2021
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. if game.Lighting:FindFirstChild("Blur") == nil then
  2.     a = Instance.new("BlurEffect", game.Lighting)
  3.     a.Size = 0
  4. end
  5. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  6.     Instance.new("ColorCorrectionEffect", game.Lighting)
  7. end
  8. if game.Lighting.FogColor ~= Color3.new(1,1,1) then
  9.     game.Lighting.FogColor = Color3.new(1,1,1)
  10. end
  11. script:remove()
Advertisement
Add Comment
Please, Sign In to add comment