Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
- v:Destroy()
- end
- game:GetService("Lighting").Changed:Connect(function()
- game:GetService("Lighting").Ambient = Color3.new(1,1,1)
- game:GetService("Lighting").ClockTime = 14
- game:GetService("Lighting").FogStart = 999999
- game:GetService("Lighting").FogEnd = 999999
- game:GetService("Lighting").Brightness = 1
- game:GetService("Lighting").ColorShift_Top = Color3.fromRGB(255, 255, 255)
- game:GetService("Lighting").ColorShift_Bottom = Color3.fromRGB(255, 255, 255)
- game.Lighting.DescendantAdded:Connect(function(obj)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment