Are you using MarketPlaceService:PromptBundlePurchase()?
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
You can’t use PromptPurchase for bundles.
You selling it like developer product change it to
where I put PromptPurchase for bundles
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)
It doesn’t work, nothing appears when I click on the button
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.
that change nothing with the bundle script i cant click on the button
Sell it? ROBLOX already sells it… what do you mean?
i mean sell it in my game with the bundles or id but this is not work
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
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
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.
and when i touch the button nothing happen
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
nvm that finnaly work!!! in studio that dont work but when i play the game it work thx bro!!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.