What is the Headless Horseman’s Package ID

Does anyone know what is the id of the Headless Horseman’s because I want to sell it in my game.

10 Likes

Sell it? Why can’t you get the ID from the URL of the bundle’s page?

6 Likes

Items made by Roblox have no id in url

4 Likes

image

5 Likes

i tested it but this is not work the id is the same thing. That said this item is not in sale. The korblox do the same thing idk how the game Flex Your UGC Limiteds can sell the headless

4 Likes

did u enabled marketplace in settings?
image

4 Likes

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