How do I make a GUI object that contains parts?

Hello! I want to add a GUI to my game that can display a player and such. I’ve seen it done in other games where they have an object that can show a player preview or something like that where a GUI object contains parts and I want to do that.

I’ve tried looking everywhere from the DevHub to Youtube and I can’t find anything and some help would really be appreciated.

Thanks for the help!

1 Like

You can use a ViewPortFrame:
ViewportFrame GUI (roblox.com)

1 Like