I’d like to begin thinking out how to go about making rolling dialog (letters appear one after the other very quickly), similar to games like Pokémon. I’ve implemented this many times in other dev areas, but never in Defold.
If that’s all you want to do, you can just use string.sub to get the part of the text to show, a short repeating timer, and label.set_text or gui.set_text to update the text on your label or gui node.