How do I check if the user input a name in my text box?
I want my text box to check if the user doesn't input.
I would like to make the condition if the user input a name then go to next action if not show text that the text box must have any string
Develop games in your browser. Powerful, performant & highly capable.
If textbox.text == "" do that stuff
else go to next