Billboard Gui Offset Error

Hello! I’m not sure if this is the right category, but I’m not great with Gui’s and I’m having an offset problem.

As you can see from the image below, the gui is offset correctly at certain angles:

normal

But when looking at it from different angles it looks off to the side:

Anyone know how to fix this? Any help is appreciated, thanks!

Do you have “AlwaysOnTop” turned on and its adornee set to the mesh/model?

So we’ve tried turning on AlwaysOnTop, that didn’t seem to fix it. However there currently isn’t an adornee set, its actually just a BillboardGui placed in the part. I’ll try switching to using an Adornee now.

Edit: Unfortunately using the Adornee property didn’t solve the issue either.

maybe its the offset scale thats messing it up.

Make it 1,0 1,0 (or anything else) and it should probly fit in without any issue

Set StudsOffsetWorldSpace instead of ExtensOffset or whatever offset property you are using.

Awesome, thank you! It worked!