#Make text pop letter by letter

3 messages · Page 1 of 1 (latest)

wild agate
#

Is there a way to make text appear letter by letter without having to script every single sentence letter by letter?
Example , can i avoid doing this :

Print("h")
Print("he")
Print("hel")
Print("hell")
Print("hello")```
neon path