What DataStore methods do I use for recording transactions, like SetAsync, UpdateAsync, or Increment Async? And do I use the ProductPurchases data store or the PurchaseHistory data store? You don't need to give me code Just an answer to this question.
You use PurchaseHistory and IncrementAsync, I believe.