How do I press the enter key and it accept the input that's been entered in a Text Input Object?
Develop games in your browser. Powerful, performant & highly capable.
What do you mean by "it accept"?
You can refer to the content of a text input box with the expression textinput.text, and you can use the keyboard object's condition trigger 'on button pressed', which would be enter in this case.
I suppose it sure would help if I was able to describe better what I was tiring to do, so sorry about that. Thank you for trying to decipher what I was asking. The good news is I figured it out.