Is there any way for me to limit/check how many characters are in a textbox?
Yes there is
Develop games in your browser. Powerful, performant & highly capable.
Use len() expression - len(TextBox.text)