How does the roblox studio shirt id works

how does the roblox studio shirt id works beacuse when i type like the id inside of the shirt it changes it to an link with an id diffrent then the shirt id

2 Likes
local id = "rbxassetid://pasteuridhere"

its not working on a shirt so what do i do

image
but in roblox studio it looks like
image

That’s completely normal. It automatically transforms it into an asset ID. All you need is the “7908107438”, your asset ID and paste it into the field.

Yeah like @SwitchedDreams said, this happens to decals too, no need to worry

1 Like

but im using a script and the script gets the id of the shirt but not cahnging it to asset ID

but im using a script and the script gets the id of the shirt but not cahnging it to asset ID @SwitchedDreams @yoshicoolTV

like this code uses the id of the shirt and supose to put it on the shirt but its not the id needs to be the assetid so how do i do it

Temp.Shirt.MouseButton1Click:Connect(function() --replace image with image button name

	shirt.ShirtTemplate = "rbxassetid://".. v.Id

end)

There is a marketplace service, the service have “getproductinfo” which gives you a table, and it includes assetid
Use it

1 Like

no its still saying 39 and not 30 at the end @lamcellari

Then idk, just use the link that roblox gave you

thats not working maybe someone else knows?