BillboardGui with offset powers

I wrote custom billboard GUI implementation that supports offset unit and thus allowing me to utilize the powers that come with offset unit, such as the ability to use AutomaticSize to adapt to any content size.

1 Like

Is this using UIListLayout, or is it creating multiple billboards?

It doesn’t use BillboardGui object, and it’s using UIListLayout and Frame with AutomaticSize property.