how do i restrict a textbox to just numbers or text??
Develop games in your browser. Powerful, performant & highly capable.
To allow numbers only you can set Type=Number in textbox properties.
Here is a more advanced demo:
howtoconstructdemos.com/filter-typed-characters-in-a-textinput-box