DataStore2 or ProfileService?

I’m wondering which would be best for saving player data. The data I need to save includes which level the player is in, their settings configuration, and what unlockables they have unlocked. I’ve heard that regular DataStoreService is unreliable and data loss can occur, and I’ve heard varying responses about DataStore2 and ProfileService.

I’d like to know which is best for storing data?

I’d recommend Profile Service! I can’t give a reason why I think profile service is better than datastore 2 because I haven’t used done any work with datastores in a long time.

You could check this: https://madstudioroblox.github.io/ProfileService/

1 Like