What do the top games use for DataStores?

I don’t 100% mean the title since no one really knows but what do you think it looks like? I use roblox’s built in datastore and my game has a bit of data loss issues while games like Blox Fruits with 700k+ people very rarely have this problem. I used this post The Best and Easiest Way To Save and Load Data and it’s quite good but I see other tutorials on profile service but do it way differently so I’m not sure about the best way to set up ProfileService or maybe another type of DataStore which begs the question what’s the best way? Any help is appreciated, thanks!

2 Likes

ProfileService is my preferred way of doing DataStores. Many games use ProfileService (loleris). Not sure what BloxFruit use, but it could be ProfileService.

1 Like

I second this, a lot of big games out there almost always use open source modules like DataStore2 or the newer version ProfileService.

2 Likes