Advertisement
exploit43262

Untitled

Jul 29th, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. wait(0.15)
  2. local cam = workspace.CurrentCamera
  3. local light = game.Lighting
  4.  
  5. script.NightVisionBloom.Parent = cam
  6. script.NightVisionRays.Parent = cam
  7. script.NightVisionCorrection.Parent = cam
  8.  
  9. light.Brightness = 10
  10. light.ColorShift_Bottom = Color3.new(0,255,0)
  11. light.ColorShift_Top = Color3.new(0,255,0)
  12. light.Technology = Enum.Technology.ShadowMap
  13. light.ExposureCompensation = 0.1
  14. light.ShadowSoftness = 1 -- to soften shadow and darkspots
  15.  
  16.  
  17. light.GlobalShadows = true
  18. light.LegacyOutlines = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement