This item is not currently for sale

Good day.

The truth has been working with this script:

local CLICK_BLOCK = script.Parent

local ITEM_ID = 5135123909 --ID number of shirt

local Click = Instance.new(“ClickDetector”,CLICK_BLOCK)

Click.MouseClick:connect(function(p)

game:GetService(“MarketplaceService”):PromptPurchase(p,ITEM_ID)

end)

and the moment I try it I get this ad:

Screenshot_27

I really don’t know what to do and please we need you to help us in this, I would appreciate it very much.

Thank you

Att: @MiguelithoGarcia

No, that item is indeed not for sale.

If the ID you gave is supposed to be a gamepass ID, use PromptGamepassPurchase

2 Likes

If you’re trying to sell a shirt, you would need to use the ID of the shirt itself, not the ID of the shirt’s image asset.

1 Like

Try this one: 5135123926