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 ~~~~~~~~~~~~~~~~~