How do I make a Hover Gui?

Hello everyone.

Is there anyone who knows how to make a Hover Gui, like a gui that will pop up when you put your mouse over a certain brick.

1 Like

Is this what you’re looking for?

You would just use a ClickDetector to listen for hovering. Enable the BillboardGui when mouse hovers over, disable it when the mouse leaves the block.

6 Likes

Are there any scripts involved or is it all done in properties?

1 Like

There’s scripting involved. The ClickDetector has events to take care of hovering logic for you. All you have to do is make the BillboardGui disappear and appear accordingly.

1 Like

How would I make it disappear and reappear.

1 Like

The Enabled property of the BillboardGui.

2 Likes