irevoid

ALWAYS DAY

Jun 21st, 2020
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
  2. v:Destroy()
  3. end
  4. game:GetService("Lighting").Changed:Connect(function()
  5. game:GetService("Lighting").Ambient = Color3.new(1,1,1)
  6. game:GetService("Lighting").ClockTime = 14
  7. game:GetService("Lighting").FogStart = 999999
  8. game:GetService("Lighting").FogEnd = 999999
  9. game:GetService("Lighting").Brightness = 1
  10. game:GetService("Lighting").ColorShift_Top = Color3.fromRGB(255, 255, 255)
  11. game:GetService("Lighting").ColorShift_Bottom = Color3.fromRGB(255, 255, 255)
  12. game.Lighting.DescendantAdded:Connect(function(obj)
  13. end)
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment