How can I make a ui popup when hovering over something?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jujumumu

I want it so that if I hover over a ui like the amount of gold I have it shows them amount of storage and other stats. I could just add the ui but I want to do it for a lot of my ui and doing that would be inefficient. What can I do?

You could just use a panel with a label in it, and set the label text and translate it to the cursor or item position while you hover over it.

andersmmg | 2019-11-08 20:18