So, a lot of us should be familiar with the DatastoreService
, but, I keep seeing all this talk about a Datastore2
. What is it, how do I use it ,and why is it used?
3 Likes
NilFloat
(NilFloat)
October 17, 2020, 12:39pm
#2
Everything you need to know about DataStore2 can be found here:
DataStore2
Documentation | News | Source
DataStore2 is an open source module that uses berezaa’s method of saving data that prevents data loss, caches, and verifies data before saving. DataStore2 has been used in my game visited by 120 million players with a constant concurrent player count of around 3,000 - 8,000 players, one time reaching 12,000 concurrent players. @AlreadyPro ’s latest game Fairy World has 3 million visits and a consistent concurrent player count above 1,000, and a peak of 5…
2 Likes