When you set Active to true with a Button object (correct me if I’m wrong) it also blocks the click from being registered to other GUI that’s behind that Button.
I just tried to set an ImageLabel’s Active to true to block the click from hitting buttons behind it, but it appears that Active only blocks click from being picked up in 3D
Is there some solution other than changing my GUI to be all buttons or custom clicks for all the GUI?