open_in_new
content_copy
local light = game:GetService('Lighting') while true do light.ClockTime += 0.01 wait(0.01) end