How do you convert decal Id to asset Id?

I’m thinking of spawning an ImageLabel and putting the decal Id in there, then wait for a few seconds and get the numbers (since it’s usually like that in Roblox Studio, when you put a decal id it automatically converts)

But how do you do it using script? Any help is appreciated, thanks.

1 Like

Just put the id after rbxassetid:// :

https://www.roblox.com/library/123456789
rbxassetid://123456789

Just use this url

"rbxthumb://type=Asset&id=IDHERE&w=150&h=150"

Where IDHERE is your decal id and it will convert to an iamge id

Content data types

10 Likes