How to make a Gui show up on Mouse Hover

I’ve been trying to make a “Hint” GUI that pops up whenever a player hovers over any object that has a ClickDetector in it and follows the players mouse, the problem is i’ve never done anything like this and don’t know where or how to start

This is how i want it to look like:
image

Any help would be appreciated

1 Like

Edit: use @kaizenmarcell’s link below.

MouseHoverEnter is what you need for this senario.

This is only for UI elements. Use the MouseHoverEnter on the clickdetector in the part to know when the mouse is over the part.

https://developer.roblox.com/en-us/api-reference/event/ClickDetector/MouseHoverEnter