Getting packages?

Hey there, so I’ve been looking at this “HumanoidDescription” thing and it’s amazing!

I was wondering if there’s a way for me to get the HumanoidDescription for each individual package, and import them all into a folder (within ServerStorage).

If anyone has a way to do it just from the asset ID of the package, that’d be awesome. The first package I want to harvest is:

Because it has a helmet and a full package. Also because I firmly believe if anyone is going to be used a test-case, it should be those nefarious Redcliff vermin.

Thanks again :slight_smile:

(I am working on this JIC no one has ventured into this yet, so, if no responses and it’s a while later just message me and I should have a solution)

1 Like

I looked through the wiki, and all I could find would be either:
(1) listing the individual parts of a bundle (it isn’t available on the catalog page, but you can find the pages for the individual items on the avatar page after you buy it).
(2) creating a new account, buying the package on that account, and then making the characters like that account (see humanoid description article).

Other than that, I’m not sure if there is any other way to equip Rthro to players.

Well, it took a lot of digging but it’s working now!

image

image

Woo!

Can I ask what method you used to equip a package?

I just used Humanoid:ApplyDescription() for the package in ReplicatedStorage

GetBundleDetailsAsync is the way to go if you need anything in regards to bundles. The page also finally has documentation! (been waiting months for even a single word on the page)