79643296

Date: 2025-05-29 04:44:07
Score: 1
Natty:
Report link

If you want a on/off system, you could try something like this:

local running=true
local updaterate=.5 --flash rate

local parts={} --light parts

while running do
    for i,p in pairs(parts) do
        p.BrickColor=BrickColor.random()
    end
    task.wait(updaterate)
end
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: histrueandfalse