Have you ever wanted to show a link in game, or show a code, but you dont want players to have to re-type out the code or whatever, well do I have a solution for you!
How to make text so you can select it, and then copy it!
-
- Create a TextBox
-
- Feed me
-
- Set the textboxes TextEditable property to false
-
- Set the textboxes ClearTextOnFocus to false
-
- Set the text of the textbox to whatever you want
and boom, as easy as that you can now select the text in the text box! Its really that easy lol
Example
If you have any questions feel free to ask!