Hi everyone, I just want to know how to make a text label selectable and copyable to your clipboard. I know it’s possible because I’ve seen another game do it.
I believe you have to use text box for it, don’t you?
2 Likes
I don’t want the text to be changeable though.
change this property of the textbox to false
4 Likes
Thank you! This worked. (character limit)
Good to know! Make sure to mark this topic as a solution for other users on the DevForum.
2 Likes
Looks like it didn’t work after all…
Forgot to add, uncheck this too:
5 Likes
Thanks a lot - works now. (char limit)