So The ImageButton.Activated event
basically I have another frame ontop of that
I don't want it to fire when a frame is ontop of it
I dont want to get rid of it either
what can I do?
ImageButton.Activated:Connect(function() if not frame.Visible then -- Check if the frame is visible or not -- code end end)