Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make this appear in a GUI screen?

Asked by
Krlos21 45
10 years ago

I am not so sure if this does the actual countdown a friend helped me but if it does work I want it to appear in a Screen GUI how do I do that ?

~~~~~~~~~~~~~~~~

local Time = 150 for i = Time, 0, -1 do Time = i wait(1) end ~~~~~~~~~~~~~~~~~

Answer this question