Can someone walk me through the process of creating a viewport frame in a billboard GUI?

I tried it earlier a couple times, and couldn’t get it to work. I set the CurrentCamera to the correct camera, and made sure that camera’s CFrame was also looking in the right direction.

For some reason, it works with a screen gui but not a billboard gui anymore? I’m not sure if this is an engine bug, or if I am doing something wrong.

I was wondering if someone who knows more about using viewports in billboard guis ( not other UIs ), could help me through the process here, unless it’s just not possible right now.

1 Like

You need to put the billboard gui into the playersgui. Then set it’s adornee to whatever the object is.

1 Like

Yes, it was within the viewport instance.

That is a huge brain move right there. big thanks lol.

1 Like