exploit43262

Untitled

Jul 29th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local s = Instance.new("PointLight", game.Players.LocalPlayer.Character.Head)
  2. s.Brightness = .3
  3. s.Range = 100
  4.  
  5. game.Lighting.Changed:connect(function()
  6. game.Lighting.TimeOfDay = "14:00:00"
  7. game.Lighting.FogEnd = 9999
  8. game.Lighting.Brightness = 2
  9. game.Lighting.ColorCorrection.Brightness = 0.1
  10. game.Lighting.ColorCorrection.Saturation = 0.1
  11. game.Lighting.Bloom.Intensity = 0.1
  12. end)
Add Comment
Please, Sign In to add comment