NicoGabrielYT

Untitled

Mar 17th, 2024
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. local Light = game:GetService("Lighting")
  2.  
  3. function dofullbright()
  4. Light.Ambient = Color3.new(1, 1, 1)
  5. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  6. Light.ColorShift_Top = Color3.new(1, 1, 1)
  7. end
  8.  
  9. dofullbright()
  10.  
  11. Light.LightingChanged:Connect(dofullbright)local Light = game:GetService("Lighting")
  12.  
  13. function dofullbright()
  14. Light.Ambient = Color3.new(1, 1, 1)
  15. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  16. Light.ColorShift_Top = Color3.new(1, 1, 1)
  17. end
  18.  
  19. dofullbright()
  20.  
  21. Light.LightingChanged:Connect(dofullbright)
  22. end)
Advertisement
Add Comment
Please, Sign In to add comment