How Would I Make A Code GUI?

So I’m making a code GUI but I dont know what I’m supposed to be using is it a text box text button?

1 Like

It should be a text box. You can make it so that when a player changes the text :GetPropertyChangedSingal(“Text”) of the box the script checks if the player entered a code.

2 Likes

also make a check button, which will run the code to check if the code is correct when people activate it.

3 Likes