I want to make a system that allows you to click a rig and see what they are seeing, similar to the ‘E to view outfit’ in Catalog Avatar Creator. I am lost as where to start, any help is appreciated! Thank you for your time.
I post about that long time ago here is the topic:
You need just to get the ids of the clothes from the humanoid description and put it here:
"https://www.roblox.com/asset-thumbnail/image?assetId=THE_ID_OF_THE_ASSET&width=420&height=420&format=png"
and put this inside image label
thats for the wearing things
for the button you need to use ProximityPrompt to make Builboard Button
Thanks I’ll try to figure out how to do this!
Np, im here if you need any help
I know that this is a bit late of a response but I came back to this today ha ha! I was wondering how I can get the humanoid description from an NPC, and how I use the get applied humanoid description to get the individual asset ids.
Every NPC should have a humanoid, Humanoid:GetHumanoidDescription() will return a humanoid description instance, you can find the clothes in the property of the humanoid description, check this out here.
but there is something important, :GetHumanoidDescription() work only if u use :ApplyDescription() on the humanoid to add the accessory, it will not give u the accessory if u didnt add it with :ApplyDescription().
Thank you! So you can only do it if you manually add ids into a humanoid description?
Yeah after adding the ids apply it to the humanoid.