Mouse couldn't click over GUI

Im making something where a gui follows the player’s mouse in order for it to act something like a magnifying glass.
Screen Shot 2021-03-08 at 7.45.54 PM Screen Shot 2021-03-08 at 7.53.28 PM
I placed a click detector on the part where the gui is magnifying, but does not respond.
How can I make the mouse ignore the gui and be able to click through it?

  • Hover is transparent but the button only works when its not visible
  • Not selectable
  • Could set it aside, but I prefer to keep it simple.
  • It just cant pass through the viewport frame.

From my understanding, disabling the Active property of the GuiObjects obstructing that part of the screen will allow for the player to click on objects behind it.

1 Like

lmfao im dumb, it actually worked. thank you so much.

1 Like