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

Asset image and asset clothes and stuff?

Asked by 10 years ago

How actually do you find out the asset of a clothing or asset of a image. I tried placing a clone of me to find the clothing, but there must be a easier way ,and a way to find the asset too.

Not sure the right tags, but I added some.

2 answers

Log in to vote
2
Answered by
Mowblow 117
10 years ago

To find the asset ID of shirts, pants and images, look at the numbers after the URL of the page with the shirt. Take those numbers and subtract them by 1. Then, add them to the end of this link:

http://www.roblox.com/asset?id=

If it doesn't work, keep subtracting 1 from the numbers at the end of the URL for the page with the shirt, pant, or image.

Example: www.roblox.com/RandomImageNameAndURLStuff/1000000 Asset id: http://www.roblox.com/asset?id=999999

0
Ohhhhhhhh subtract by 1... That helps SO much. Would that also work for, say, the display image of a model, or a game? deaththerapy 60 — 9y
Ad
Log in to vote
0
Answered by 10 years ago

Actually, I'm pretty sure MowBlow is wrong.

To find the asset ID of shirts, pants and images you look in the URL, and copy the digits only.

The link is "http://www.roblox.com/asset/?id="

Take the digits and paste them at the end of that link and it should work just fine.

Side note: "http://www." is required.

Answer this question