Advertisement
MaxproGlitcher

script light by Max

Sep 9th, 2022 (edited)
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. --[[By MaxproGlitcher Discord:MaxproGlitcher#6199
  2. _____ ________.__ .__ __ .__
  3. / \ _____ ___ ________________ ____ / _____/| | |__|/ |_ ____ | |__ ___________
  4. / \ / \\__ \ \ \/ /\____ \_ __ \/ _ \/ \ ___| | | \ __\/ ___\| | \_/ __ \_ __ \
  5. / Y \/ __ \_> < | |_> > | \( <_> ) \_\ \ |_| || | \ \___| Y \ ___/| | \/
  6. \____|__ (____ /__/\_ \| __/|__| \____/ \______ /____/__||__| \___ >___| /\___ >__|
  7. \/ \/ \/|__| \/ \/ \/ \/
  8.  
  9. ]]
  10. game:GetService("StarterGui"):SetCore("SendNotification",{
  11. Title = " Script Light",
  12. Text = "Script a été executer",
  13. Icon = "rbxassetid://11823384169",
  14. Duration = 15
  15. })
  16.  
  17. local Light = game:GetService("Lighting")
  18.  
  19. function dofullbright()
  20. Light.Ambient = Color3.new(1, 1, 1)
  21. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  22. Light.ColorShift_Top = Color3.new(1, 1, 1)
  23. end
  24.  
  25. dofullbright()
  26.  
  27. Light.LightingChanged:Connect(dofullbright)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement