Check Developer Product History

Is it possible to check if a player has previously bought a developer product?

If so, how would this be checked?

1 Like

Roblox itself does not record the purchase history of developer products by specific players, although you can view overall daily/monthly stats as outlined here. If you want to track player-specific purchase history, it’s your responsibility to store the data, typically with data stores. See the ProcessReceipt reference for a code example which includes data store usage.

If the product is bought within your game, I’m pretty sure it’s possible (else if it’s for all games on the platform, then no). You could make a datastore leaderstat or something, and when the player buys a product, it updates by adding the value or what it bought. Then using that datastore, you could make a GUI record or so of bought products.

Yea, I’m aware about the datastore trick. I was talking about a previous game that i’ve made. I figured this wasn’t possible so I went out of my way to automatically make a list of ppl who bought the developer product from the purchase logs