#Difference between dataStore and Profilestore

1 messages · Page 1 of 1 (latest)

left scroll
#

which one do yall preferably use

sand glen
#

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

bleak sand
# left scroll which one do yall preferably use

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

near citrus
left scroll
#

should i just learn both

near citrus
#

you should learn scripting

#

from there you'll understand these

left scroll
#

well i am

#

but

#

i just wanted to ask because i knew dataStores but recently heard about profile stores