MarketPlaceService Questions and Concerns

I have a few questions about marketplaceservice, developer products etc,

    1. Should i Prompt Marketplace Purchases Client sided or Serversided
      what are the downsides with client sided prompting?, Can it be exploited? etc
    1. Can firing Remote Event after the purchase has finnished be exploitable, executed with a exploit and gain assets they have not purchased?

if anyone could anwsers these it would be great.

Using the prompts client sided works fine. I’ve found that prompts called on the server tend to have a delay. As for exploiting - see my answer to #2.

Instead of worrying about remotes, know that MarketplaceService has every event you need already available on the server including PromptPurchaseFinished, PromptGamePassPurchaseFinished, PromptPremiumPurchaseFinished, and ProcessReceipt (which you would use for dev products). These aren’t exploitable since they’re events called by the server. No need to worry about remotes!

1 Like

Thank you lol
///////////////////////////

1 Like