"local Lights = {} coroutine.wrap(function() while true do wait() if (math.random(0,1) == 1) then for Index, Light in pairs(Lights) do if (math.random(0,1) == 1) then Light.Enabled = (math.random(0,1) == 1) end end end end"