How to make a textLabel selectable?

  1. What do you want to achieve?
    In any browser you can easily select text and copy it and I would like to do the same thing on text labels but I cant find any properties or tutorials on how to do it.

  2. What is the issue?
    Not really any issues its just that I have no idea on how to do it.

  3. What solutions have you tried so far?
    I looked at all the properties of a textLabel and found nothing, I guess “Active” is kinda similar to it.
    Also looked at dev Forums

Create a textbox with the TextEditable property set to false.

2 Likes

Time to replace all of my textLabels, thanks anyways.