Is there any way to sell roblox animations ingame/bundles in game?
It looks like MarketplaceService:PromptBundlePurchase is what you want but it’s not enabled yet. There might be a work-around for now, will try some stuff and edit later.
2 Likes
Alright so for now you have to use MarketplaceService:GetProductInfo to fetch all of the items in the bundle then individually prompt them to buy the animations separately.
EDIT: I forgot to mention you will have to check the type of each asset since they can contain outfits, for example:
But what about if i have a TextBox and player put the bundle id on it and then PromptPuchase, how i can do it? any idea?