I have tried to disable the “Active” property on the Icon Image which is above the clickable button, but it still did not detect any clicks.
The ImageButton:
"UpgradeItem" is the clickable button:
I use the MouseButton1Down event for clicking.
Have you made sure the Zindex of “UpgradeItem” is higher than UpgradeImage? And also, you should be using UpgradeImage as I am guessing the background is the purple part and the upgrade image is the middle where it shows wood and the coin.
UpgradeItem is one index lower than UpgradeImage. Alright, I’ll try to use UpgradeImage as the click.