Need help making my timer better

yeah i figuerd that out from stack exchange but thanks

would
while true do

for i = 500, -1 do --counts backwards
Textvalue = “Time left:”…i
task.wait(1)
end
end

work or no

I suggested that, he’s trying to use his code, so he’ll just use a while true do around his code I think

1 Like

Ohh ok, because he typed all that right. @twinkqle I don’t know if your code will cause lag, but you should just use a loop next time to save your fingers, improve readability, and in case you ever want to change the round time. Impressive you typed this for 2 hours though.

1 Like

use task.wait() instead of wait()

unfortunately task.wait is more laggy and more typing so i will use wait instead sorry but thanks for the tip