Gui Issue not sure what to do?

I was wondering, im working on a customization gui, after the player finishes the customization id like it to show the customized character up in the top left corner I figure i can make decals of all the combinations to achieve this effect but is there any better ways of doing this? I figured it would be a scripting related topic

As this is scripting support do you have any scripts you have tried that we can see?

I do not have a script im confused on were to start how would i get how the character looks ingame and put it in a image label in game, I was wondering if there was just a way of doing so.

And I figured it would be scripting related

I could put it in the image label its just getting how the player looks in game to do so.

Here is a much better solution! Almost a year ago, roblox added a new object called ViewPortFrame, this is a really cool thing, it basically lets you have 3D objects, like parts, put inside a 2D UI.

They’re so useful! And in your case, you can utilise these, by copying the player.Character and pasting it into the viewportframe.

Here is something that shows you how to use it here

1 Like

this is what i was asking for i havent been here in a while so i didnt know thankyou

1 Like