Hello
If you want each char to appear “instantly” (like an actual typewriter) I think you must iterate and add chars one by one. Otherwise, what you can try is resizing the TextBox width. When the width is smaller than the actual text, it’s cropped. So by animating the width, you would have the text appearing progressively
Here is a comparison I just coded between both
Playground
++
Tricotou