The code already recognises the user input and says it in text but it doesn’t respond to if statements, anyone got any idea what’s causing it to not work,
if (userInput == "James")
{ textComponent.text = "Sorry we already have someone named that";}
Edit: By the way theres also an else part and that works
else { textComponent.text = "Okay, That checks out.";}