What is the Headless Horseman’s Package ID

Are you using MarketPlaceService:PromptBundlePurchase()?

5 Likes

yeah i maked a button with a script when you touch the button you can buy the item but idk why the item made by roblox dont work

4 Likes

5 Likes

You can’t use PromptPurchase for bundles.

4 Likes

You selling it like developer product change it to

4 Likes

where I put PromptPurchase for bundles

4 Likes
local tag = script.Parent
local itemId = 201

local Click = Instance.new("ClickDetector", tag)

Click.MouseClick:Connect(function(p)
       local MarketPlaceService = game:GetService("MarketPlaceService")
       MarketPlaceService:PromptBundlePurchase(p, itemId)
end)
7 Likes

It doesn’t work, nothing appears when I click on the button

4 Likes

I had this issue before. I think that it doesn’t work because you don’t have enough robux to buy it.
Try using a bundle which you can buy, like a free one, and test.

4 Likes

that change nothing with the bundle script i cant click on the button

4 Likes

Sell it? ROBLOX already sells it… what do you mean?

4 Likes

i mean sell it in my game with the bundles or id but this is not work

3 Likes

What do you mean you can’t click on the button?

Here you said that you can click the button, just nothing happens.
Try putting a bundle you can afford instead of headless horseman

4 Likes

He gets 40% of the robux from the sales if its sold in his game. Which applies to him too, so he can get refunded 40% of his Robux if he buys it in his game, which Roblox doesn’t really like

4 Likes

yeah but i make a UGC Game where you can buy limiteds and ugc and when a item is sell in my game i win 40% of the item price.

3 Likes

Capture d’écran 2023-10-22 140859

4 Likes

and when i touch the button nothing happen

3 Likes

and i maked the same thing for the headless rig
and they say this item is not currently for sale. your account has not been charged

2 Likes

nvm that finnaly work!!! in studio that dont work but when i play the game it work thx bro!!

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.