Text = ("%d:%02d"):format(Minutes, Seconds) wait(1) Seconds = Seconds - 1 if Seconds < 0 then Minutes = Minutes - 1 Seconds = 59 end until ...
確定! 回上一頁