Can someone help me with billboard gui in viewport frame

Hey, i was making a pet hatching system using viewport frames and in the end i wanted to show my pets name and rarity so i decided to use billboard gui to show it. But after trying multiple times the billboard gui is still not showing i have tried everything including putting adornee to the right part , i am also putting billboard gui into player gui so it gets rendered but still no result. So if anyone of you could help me resolve this problem i will be very thankful
This is not the exact code but just help me with this code


this are my explorer tab settings
image

This is the final Result.

1 Like

Any GUI containers (Surface, Screen, Billboard, Advertisiment) can’t be rendered inside ViewportFrame.
In your case, put TextLabel inside your ViewportFrame, adjust it’s size/position, and add text to it.

1 Like