How would I make it so that when the player enters text in a TextBox and presses a TextButton a script checks to see if the textbox contains a certain word? Any help is appreciated. Example:
Text = “They did not like that pizza with cheese.”
if Text contains “They did not like” then
do stuff here
end