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
local id = "rbxassetid://pasteuridhere"
its not working on a shirt so what do i do
but in roblox studio it looks like
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.
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
Then idk, just use the link that roblox gave you
thats not working maybe someone else knows?