1 2 3 4 5 6 7 8 9 10 11
local x = 0 repeat x = x + wait() until x >= 5 local x = 0 repeat x = x + wait() until x >= 5