I’m creating an intermission script thing, and it’s supposed to do a countdown of 3 seconds, the problem is that it’s not working as intended! Everything is printed instantly instead of one number per second. I don’t know what I did wrong:
for i = 3, 1, -1 do
print(i)
end
I just wrote that, there is no more code. Thanks for reading