I want to make a given text display animated, one character at a time, as if someone is typing it. I know this can be done with the Timer node, but how would I make it so that it only animates the given text once, stops animating after it's done, and then moves on to animate the next given text when called? Also, how could I vary the "typing" speed between a range or be of a random speed? I am using the LineEdit node as the input and the RichTextLabel as the output.
Thanks in advance!