Text project, with blender eyecandy

Is there an eay way to make writable 3d text in game, the text
would also need to be stored in a string when a button is clicked ?

Use the “text property” on the text object, or use python obj.text = “”

Thanks ! With your help I figured it out.