Getting a asset id from a marketplace id

So I got a problem which the skin id is a decal and most of the player get a id from the website which isnt correct because the asset id is incorrect. So I dont want the player to just get in a Roblox studio and copy id because it is so long. Also, I used local script too!
Example:

Real id (asset id):
8456882009
Toolbox id (marketplace id):
8456882023

Please help!

1 Like

I think this post could help you

Roblox (gyazo.com)
It doesnt work ;-;

I don’t really understand what you’re trying to do. Could you provide more information? Perhaps show part of the code.

My goal is to get a Image Id of a Decal Id. If you were trying to do a script which is a
Texture = “rbxassetid://”…marketplaceasset
It will not appear because it is not a ImageId

local assetId = "rbxthumb://type=Asset&w=768&h=432&id="..MarketplaceId
1 Like

Whats the difference between the rbxassetid?

It’s the Roblox thumbnail endpoint, which acts as quick way to load images using their marketplace id.

1 Like

Alright! I’ll try out in studio!

Also the w and h parameters can accept more values for lower resolution images(150x150, 294x144, 420x420, 768x432).

Roblox - Gyazo
Thanks!

Also, will it work if i put the exact image id?

Do you mean the asset id or the url?

When you right click on the toolbox and copy to clipboard!

You could also just get a decal, add the image ID, then click enter, and use that URL, it’s much easier LOL!

i use this:

game:GetService("MarketplaceService"):GetProductInfo(rbxassetid)

Open the command bar and use this

game:GetService(“InsertService”):LoadAsset(“PlaceAssetIdHere”).Parent = game.Workspace