Claim Model Button

Is there a way which when I click a button, that it gives me a model?
For example if I want model 1973623 (not what i want), how would i get the pop up to claim it.

1 Like

Maybe do MarketPlaceService:PromptPurchase(playerToPrompt, assetId)

There are two ways I know how to do that, one, the easiest, is using a Click Detector, the other would be using player’s mouse, but if there won’t be tons of these buttons then the Click Detector would work better.

I just meant I wanted the script which actually gives the promt haha

Oh well this section is actually for support, being that a script revision/feedback or some sort of error you have, but if you want the script there’s this video that is good for those who never coded before: How To Make A ClickDetector Script On Roblox - FilteringEnabled Compatible - YouTube

I don’t think you understand-

I wanted this part
MarketPlaceService:PromptPurchase(playerToPrompt, assetId)

and I don’t see how that isn’t support.