Typing Text Code

Is there a shortcut method of having a line of text be typed out letter by letter?

intro.text = ("T");
yield;
intro.text = ("Th");
yield;
intro.text = ("Thi");
yield;
intro.text = ("This");
yield;
intro.text = ("This i");
yield;
intro.text = ("This is");
yield;

Would just be really annoying to do out in code and is probably a very stupid way of doing it…

Probably something like this.

–Eric

You’re probably right!
I didn’t know that was there.
Thanks again, Eric. :smile: