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?
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.
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?