Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

(?) Surface GUI Visible on mouse hover.

Asked by 6 years ago

When you mouse hovers over the part the surface gui would appear.

0
Please accept my answer if it helped cmgtotalyawesome 1418 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

ALL you would need to do is connect the GUI’s mouseenter and mouseleave function. What this does is exactly what it sounds like, when a mouse enters it runs a function and when a mouse leaves it runs a function. All you need to do is set the visible property to true on mouse enter and back to false on mouseleave. Hope I helped.

For more see the links below:

mouseenter

mouseleave

0
Sorry about no scripts in there, I’m on mobile and it glitches out but I decided that I could give an explanation and some sources at the very least. cmgtotalyawesome 1418 — 6y
0
Thanks! Lord_Nermall 1 — 6y
Ad

Answer this question