Hi, i wanna make a guild system where you can have alots of features like guild storage etc…
and i dont know if i use MemoryStoreService or DataStore service because i thought the guild storage would take alot of Kb.
MemoryStoreService is great for speed, But it is limited on data. So I would prefer DataStoreService.
DatastoreService is better in my opinion, you can use Datastore2 as a better option but its your choice.
DataStore2 isn’t for that type of DataStore
1 Like
There’s a very good module which may be what you’re looking for: Save your player data with ProfileService! (DataStore Module)
i think i will use MemoryStoreService and just Serialize the data
1 Like
If you reach MemoryStoreService limit there are ways to compress your data, could be useful.