Verifying User Bought Developer Product

Hi. While I was trying to create a developer product for my game, I can’t seem to find any where in the documentation where it says how to verify the product was sold. Even when looking directly at the PromptProductPurchase() function, it doesn’t return any values, it doesn’t show an example on how to fully use it.

Can anyone help? Thanks.

use process receipt!
you can read more in the link above.

2 Likes

Thank you, I didn’t see that. If I call PromptProductPurchase() in a local script, would I need to use a remote event to send the player’s data to the server, or can I call the function without a remote event?

Nevermind. You don’t have to fire a remote event.