Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I convert shirt template id to website asset id? [CLOSED]

Asked by
N43FGXL 169
3 years ago
Edited 3 years ago

I am trying to analyze the title/name and description of the player's shirt. But, while testing, I can only see the clothing template url/id of the player's shirt. I need the web id of the player's shirt so I can view the details of the clothing.

The Clothing Template url is: http://www.roblox.com/asset/?id=6936060137 (The one I know) The Actual Web Url I need it: https://www.roblox.com/catalog/6936060144/Butterflies-Front-Tie

As you can see, these are different. Is there a way I can convert the TEMPLATE URL/ID to the WEB URL/ID?

I've tried just getting the description from the clothing template id using marketplace service but this didn't work. It only worked when I had the web URL.

USING HUMANOIDDESCRIPTION SOLVED THE ISSUE

1 answer

Log in to vote
0
Answered by
N43FGXL 169
3 years ago

USING HUMANOIDDESCRIPTION SOLVED THE ISSUE It includes the converted ids. Humanoid.HumanoidDescription

Ad

Answer this question