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.
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.
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.
Are there any scripts involved or is it all done in properties?
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.
How would I make it disappear and reappear.