Copy text fom TextBox

I have a GUI that displays some stats for the user you select, I had it in a TextLabel, but I wanted to copy the information there so I converted it to a TextBox. When I converted it to a textbox everything went smooth, but when I try to copy the information it just disappears allowing me to type my own text, I DO NOT want that.

Example of what happens:
robloxapp-20220812-1714416.wmv (75.7 KB)

1 Like

Set the ClearTextOnFocus property to false

3 Likes

You can disable the option for textboxes that allows you to type your own stuff

1 Like

image

I was gonna respond with that exact screenshot, I can’t seem to find it in my TextLabel.
Was there not a Property for this?

You cannot type text into a TextLabel

1 Like

That’s a textlabel not a textbox

1 Like

ClearTextOnFocus is a property for textboxes, think you might’ve gotten confused there

We all said that same thing almost the same time haha

1 Like