GuiState does not update for Billboard GUI Image Button!
I’m debugging a case where an ImageButton
inside a BillboardGui
isn’t reflecting hover/press state. When the pointer moves over the button, the usual “hover”/“press” feedback doesn’t appear, and my state checks aren’t changing as expected
I’ve already experimented with multiple approaches, including offsetting the BillboardGui
above the parent part using ExtentsOffset
, but the behavior hasn’t changed. Any insight from someone who has dealt with BillboardGui interaction issue would be greatly appreciated!