Not Able To Click Billboard Gui Button Past A Certain Point

The billboard GUI is inside the Player GUI under a Screen GUI and has adornee set to a part. I have the button ZIndex set to 10 to be sure its not under some other button & it is visibly within the billboard GUI’s bounding box but I can’t select it halfway. When I position it to the center I can click it completely. I think there is something below a point causing it to not work.

I have also tried deleting all UI on my screen to see if something was overlapping as well as deleting all the scripts in the game to see if one of them was affecting it.

Here is a gif:
hello

Here are my billboard gui properties:

Here is a repro:
BillboardRepro.rbxl (17.0 KB)

Thanks!

3 Likes

This looks like it could be a bug

1 Like

For now, try setting IgnoreGuiInset to true on the ScreenGui. There is a known bug with BillBoardGuis inside screen guis. I have a fix that is coming out soon.

5 Likes