Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a TextBox text not dissapear?

Asked by 9 years ago

I am trying to make it so when you click a textBox the text does not disappear. Is there a way to do this? So far I have tried setting > ClearTextOnFocus to false but it does not work. should I use textBox's or is there an alternative when you click it the text does not disappear?

2 answers

Log in to vote
2
Answered by
RedCombee 585 Moderation Voter
9 years ago

What you are looking for is the Text Label. It is the same as a Text Box but its text can't be edited by clicking on it.

Ad
Log in to vote
0
Answered by
KLGA 0
9 years ago

Unfortunately, I believe this is not possible with the default roblox TextBox object, while still allowing the user to edit the text. Perhaps you could create your own custom one?

Answer this question