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…