Link Item on Chat

What is the idea behind this? How would you do it? Im having a hard time trying to figure out specifically how to add the [Item Name] part to the chat and that people can continue writing after/before that and that somehow it is clickable when on chat.

image

thanks!

Well you would need to make a collision system…
Make that every letter is a box, a 2d box, if the mouse is inside that box and you click do something.
When you click is when the pc would create those boxes, and to get the letter location IDK there has to be a way to check the textfield in viewport area… is there?
Isn’t there get scale X and Y on the textfield ?
Maybe size it to content?

Objective get the Scale X and Y of the textfield ?