How to get pants id for humanoid description?

I have a humanoid description, but I can’t change the pants id to pants asset id.
With shirt all is good, this weird.
P.s i think here limit of numbers, but how i can get valid id?
image

Can you show your code you are using to setup the HumanoidDescription?

I didn’t. I just try insert number of pants asset here
p.s like: pants asset id is “rbxassetid://5858551730” so i will insert “5858551730”

You need the ID from the webpage of the actual pants. What you’ve got there is the image texture ID, but the HumanoidDescription system needs to confirm it is indeed a set of pants and not just any old image.

If the pants are in your inventory, simply click on them on the website and it’ll take you to the page. Or if you’re wearing them, you can enter the game/studio and retrieve your current HumanoidDescription.

But can i get pants id if i haven’t pants?

The person’s inventory for the pants you were using isn’t viewable, so you might not be able to find the ID for those. Did you get them from a free model?

The easiest way is if you can find them in the catalog (and there are plenty of re-uploads of those same pants if you search the name of them).

Eh. That’s bad, i will write custom loader