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

How do you make a Intermission? [closed]

Asked by 9 years ago

I try to script it but it keeps failing. I do not want to use free models. Someone help.

~Lua Scripter, Scripts1

0
example Ryzox 220 — 9y

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?

1 answer

Log in to vote
1
Answered by 9 years ago

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
0
Great answer dude. GreekGodOfMLG 244 — 9y
Ad