How to make text in a textbox not delete after you click off of it and click back

So I have a problem where when you click off a textbox while there’s text in it, then click back, all of the text disappears. How would I fix this?

5 Likes

https://developer.roblox.com/en-us/api-reference/property/TextBox/ClearTextOnFocus

Set it to false and it should stop the text from disappearing on focus

8 Likes