I’ve recently been working on a game with mannequins which when the player interacts with one it shows the items within the humanoid description. But I’ve come to realize that a head I used “Faceless” - Faceless - Roblox cannot be linked within the humanoid description. I was wondering how I could link it to show up within the table or how I would refer to it since it doesn’t have a catalog link but is instead linked in bundles. Help would be appreciated.
1 Like
You need to scroll down to the included items to get the actual IDs for the things you can put on in the HumanoidDescription:
As for selling it, you’d need to separately store the bundle ID. I’m fairly sure there’s not a way to go from an item to a bundle it’s sold in.
You could use a table, for example, that maps the HumanoidDescription ID values to the actual purchasable IDs.