How can I create a system where hovering the cursor over keywords will display a popup?

Hello! I am curious if it’s possible to create a system in which hovering your cursor over specific keywords (such as colors) in a TextLabel’s text will display a small frame that contains additional information relating to that keyword.

I searched around on the DevForum, the Documentation, and Youtube, but couldn’t find anything on how or if I could do this.
Any help would be appreciated! :smiley:

1 Like

You can use Tags to detect which words should have a popup, then simply display your popup frame and set the Text to the keyword’s description.

1 Like

Yes, to add on u can make use of the GuiObject.MouseEnter event on all the text labels with the tag

1 Like