oskdfoskofksdofk

Untitled

Mar 22nd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Dark.Name = "Dark"
  2. Dark.Parent = Frame
  3. Dark.BackgroundColor3 = Color3.new(1, 1, 1)
  4. Dark.BorderSizePixel = 0
  5. Dark.Position = UDim2.new(0, 10, 0, 120)
  6. Dark.Size = UDim2.new(0, 90, 0, 30)
  7. Dark.Font = Enum.Font.Arcade
  8. Dark.FontSize = Enum.FontSize.Size14
  9. Dark.Text = "Dark"
  10. Dark.TextSize = 14
  11. Dark.MouseButton1Down:connect(function()
  12. game.Lighting.TimeOfDay = 0
  13. game.Lighting.GlobalShadows = false
  14. game.Lighting.Ambient = Color3.new(0,0,0)
  15. game.Lighting.Brightness = 0
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment