Im trying to make an event happen when the player types a certain word in my text block, please help

I’m trying to make an event happen when the player types a certain word in my text block, please help

I think you are looking for something like this. It is a “text box” that allows user input. And then some code to check the input against whatever you like. In my case, I checked against an “empty” text, but you can check it against the word you want.