Advertisement
H2KREB0RN

Roblox Script Brightness 🔦💠

May 10th, 2024
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("Doors Script 💠", "Midnight")
  3. local Tab = Window:NewTab("Scripts👉🏻")
  4. local Section = Tab:NewSection("Main💠")
  5. Section:NewButton("Brightness🔦", "ButtonInfo", function()
  6. local Light = game:GetService("Lighting")
  7.  
  8. function dofullbright()
  9. Light.Ambient = Color3.new(1, 1, 1)
  10. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  11. Light.ColorShift_Top = Color3.new(1, 1, 1)
  12. end
  13.  
  14. dofullbright()
  15.  
  16. Light.LightingChanged:Connect(dofullbright)
  17. print("Clicked")
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement