TextEditable not working

So I set TextEditable unchecked, yet clicking on it in-game still make the text… disappear?
image

Try to set the ClearTextOnFocus property to false as well.

Also if you intend for the player to never be able to interact with the TextBox, it would be better to use a TextLabel instead.

1 Like