hi i’m using a textplane to get what the user types(general) so my method is appending or rather concatenating the text property with the key pressed
I.E. Textplane[“text”] = Textplane[“text”] + keyboardKey
the thing is i can’t get functions like ENTER, BACKSPACE E.T.C to work with this method