Repeat loop won't end

issue

even after I set using to false it wont end

move the task.delay above the repeat loop because the repeat loop is yielding the thread so what’s below won’t run until it’s broken.

1 Like