ProfileService Gamepass Gifting Situation

So I made a gamepass gifting system where you buy a Dev Product and it saves a value of u owning the gamepass blah blah blah and it works well

My question is, down the line, I might reset the data because of whatever reason, and I wanted to know if there was a way to reset every stat except for that Gifted Gamepasses Table, or if I should use multiple ProfileStores and store the Gifted Gamepasses in that seperate datastore and just reset the other one

if you are going to reset;
add a version id to your profiles, for ex. use 1
then whenever you want to reset just check if the version is 1, remove the values you want to reset and change the version to for ex. 2

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.