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

Can the mouse be moved below a GUI object?

Asked by 6 years ago

Hello,

Just a query, can the Mouse icon be hidden below GUI frames and textboxes/buttons? In my current project I'd like to be able to hide the mouse icon specifically using a GUI frame. Is it possible and if so could someone point me in the right direction to achieving it?

0
In fact yes but in a very odd way :3, when the mouse is in the area of a gui, your gui then you would have to remove the mouse icon and when it isn't in that area, you would need to bring back the mouse icon greatneil80 2647 — 6y
0
Not really, just use :IsA and :GetDescendants. hiimgoodpack 2009 — 6y
0
UserInputService has some property or method that allows you to hide the mouse (I don't have access to the wiki right now so you'll have to look it up yourself). Combine that with some X and Y checks and you could do what you wanted. TheDeadlyPanther 2460 — 6y

Answer this question