Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("Doors Script 💠", "Midnight")
- local Tab = Window:NewTab("Scripts👉🏻")
- local Section = Tab:NewSection("Main💠")
- Section:NewButton("Brightness🔦", "ButtonInfo", function()
- local Light = game:GetService("Lighting")
- function dofullbright()
- Light.Ambient = Color3.new(1, 1, 1)
- Light.ColorShift_Bottom = Color3.new(1, 1, 1)
- Light.ColorShift_Top = Color3.new(1, 1, 1)
- end
- dofullbright()
- Light.LightingChanged:Connect(dofullbright)
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement