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

What's an ImageAssetID, and how would I use it?

Asked by 9 years ago

Well I can't find ImageAssetID on the wiki, so I am asking here. A link would be fine, so would be an explanation. So what is an image asset ID? I'm pretty sure it has to do with tools.

1 answer

Log in to vote
1
Answered by 9 years ago

An image asset ID is the asset ID of the actual image of a decal. If you minus 1 from the numbers at the end of the URL of a decal, you should get a decal image. If you don't, keep doing that until you do.

If you copy those numbers at the end of the decal image link and put them on the end of a link like this:

rbxassetid://NUMBERS (Where NUMBERS is the decal image ID/asset ID)

Or like this:

http://www.roblox.com/asset/?id=NUMBERS (Same as above)

You'll get yourself the asset link to the decal, which can be used with items such as decals, textures, imagelabels, etc.

This method is the manual way to put a decal onto a part in Studio. The other way to put a decal onto a part is by using the Toolbox in Studio.

0
Thanks! Octillerysnacker 115 — 9y
Ad

Answer this question