Roblox Asset ID Lookup

Identify any Roblox asset by ID - and convert decal IDs to the image IDs your scripts actually need.

Works with any asset: decals, images, audio, models, meshes, animations, plugins, and more. Paste the ID or the library page link.

What Is a Roblox Asset ID?

Every item uploaded to Roblox - images, decals, audio files, models, meshes, animations, clothing, plugins - gets a unique numeric asset ID. Developers reference these IDs constantly: in scripts (rbxassetid://123456789), in Studio property fields, in ImageLabels and Sounds and MeshParts. This tool takes any asset ID or library URL and shows you what it actually is: the asset's name, type, creator, upload dates, and a preview thumbnail.

Decal ID vs. Image ID - The Classic Gotcha

This trips up nearly every Roblox developer at some point. When you upload an image to Roblox, you get back a decal ID - but a decal is just a wrapper. The actual picture lives under a different image ID, and that's what ImageLabels, Textures, and most scripts need. Paste a decal ID into a GUI and you'll get a blank or broken image, with no error explaining why.

When you look up a decal with this tool, it automatically resolves and displays the underlying image ID alongside the decal ID - copy the image ID, use it in your script, and it just works.

Looking Up Audio, Models, and Other Assets

Sound IDs work the same way: paste an audio asset ID to see its title and creator before using it in a Sound instance. Note that since Roblox's 2022 audio privacy update, most audio is private to its uploader - public marketplace audio resolves normally, but private audio may return limited details or none at all. Model, mesh, animation, and plugin IDs all resolve with full details, which is handy for auditing what free models actually contain or verifying an ID from an old script before reusing it.

Frequently Asked Questions

How do I find an asset's ID on Roblox? Open the asset's page on the Roblox website or Creator Store - the ID is the number in the URL, like roblox.com/library/1234567890/Name. You can paste either the number or the whole URL into this tool.
How do I convert a decal ID to an image ID? Paste the decal ID (or its library URL) into the tool above - the underlying image ID appears highlighted in the results, ready to copy. No Lua scripts, plugins, or in-game converters needed, and it works for any public decal.
Why does my decal ID show a blank image in my game? Because decals and images are separate assets. Your script or ImageLabel needs the image ID, not the decal ID you got when uploading. Look up your decal ID here and use the "Image ID" this tool resolves for you.
Why does an audio ID return no results? Roblox made most audio private in 2022 - only the uploader can use or view it. Audio available in the Creator Store still resolves normally. If a sound ID from an old script returns nothing, it's likely been privated or moderated.
What does rbxassetid:// mean? It's the URI format Roblox scripts use to reference assets, like rbxassetid://1234567890. This tool shows the ready-to-paste rbxassetid string for every asset you look up.
Is my search private? Unlike our file tools, this lookup goes through our server, which forwards only the asset ID you enter to Roblox's public APIs. No files are ever uploaded, and we don't store the IDs you look up.
Disclaimer This tool is not affiliated with or endorsed by Roblox Corporation. Asset data comes from Roblox's public APIs and belongs to its respective creators.