Viewpoint frames in BillboardGui not working?

Hello, to make long story short I just want to ask is there way to make Viewpoint frames appear on BillboardGui?

I’m not exactly sure, have you tried it out yet? It might possibly work?

sorry for slow response;
it breaks BillboardGui every time I try to do it

It is impossible to do that by using a BillboardGui, you can use a Camera’s WorldToViewportPoint or WorldToScreenPoint to positioning the frame on a 2D space.

Important:The viewportframe has to be square or the frame will be extremely off.

1 Like

thank you for explanation, now to learn how to use that