#Difference between dataStore and Profilestore
1 messages · Page 1 of 1 (latest)
ProfileStore is a library (module) that uses Roblox's Datastores to make implementing data saving easier on the dev.
ProfileStore has a lot of nice features, so probably better than raw Datastore, unless you need every byte of the 4mb limit for a Datastore value
data store is more complex but better if you have a game with tons of player and you also want to save the data if a player keeps rejoining in which case profilestore might not save, data store is the best option
nahh profilestore is the best option
should i just learn both