How do you make a limit to how much you can type on a text entry object

So say you make it to where you modify the text and you add a text entry object to the scene. But how do you make it to where you can only type in a limited amount of words/characters when you get to type something in the scene?

I haven’t tried, but I suppose you should use text manipulation to get the first three characters only.
http://wiki.compilgames.net/doku.php/gdevelop5/all-features/expressions-reference#text_manipulation
Try and let us know. :slight_smile:

1 Like

I got it now it’s all good. Here’s the final results

1 Like