I try to script it but it keeps failing. I do not want to use free models. Someone help.
~Lua Scripter, Scripts1
An intermission is quite easy to create. Use .wait() and set it to however long the intermission is going to be. If you want to display the time, you will need to use Gui's. By taking a textlabel and editing it to what fits your needs, you use a for loop
for example.
for i = 10, 1, -1 do path.Text = i --Word path meaning the path to said Gui end
Closed as Not Constructive by fireboltofdeath, YellowoTide, and M39a9am3R
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?