Ingame Chat or something like that

How can I make a chat?
While I can send values ​​as in the example, but no texts.

I tried a text object to changeable, without success.

Is there an input field for text etc.?

I hope you can help me.
Maybe even with a small example… that would be nice

I found a way to change the text of a text object using a variable if that helps?
Here’s what I did:
Do = GlobalVariableString(YOURVARIABLE) to the text of YOURTEXTOBJECT

You could have a variable which is changed using the keyboard input automatism. If you’re planning to do this over a networked game, I can’t help, but I’ll continue looking into it since this topic interests me :slight_smile:
Hope that helped,
Blooper