BillboardGui covers adornee part

turn off alwaysontop and it wont appear over the part

I want it to automatically go more to the side so it doesn’t cover the part.

er how i would achieve this is trial and error with renderstepped and calculating the magnitude from my char to the part. then changing the offset accordingly

I was able to fix the issue by setting AnchorPoint to 0,1 in the frame inside the billboard gui, making the frame half the size of the billboardgui and changing the position of the frame to be set in the middle of the billboardgui.

I second the use of scale over offset but don’t use a plugin to manage scale, just do it manually.

In this situation it would be bad to use scale because the gui would be hard to press from far away

Offset example:


As you can see the gui is big even though its far away and easy to press on mobile.

SurfaceGui would probably work better than a BillboardGui.

Well its working fine now and i don’t understand how surface gui would make it any better.