local time = 100 for i = 1, 100 do wait(1) time = time - 1 script.Parent.Text = tostring(time) end
How can I convert this from counting down from 100 seconds to counting down from 15:00 minutes??
change the local time argument to 900. M=15 Sec=60 Time=(M,":",Sec) Text=Time Work on from this.It'll take me a while to make it.