#Data store

1 messages · Page 1 of 1 (latest)

silent marsh
#

Is it okay to use 1 data store key and store everything on it

I used that and it turns that there is so much values in a single key

willow bone
#

I think Yeah, you can store everything under one key, but it’s not the best idea long term. Too many values in a single key can hit size limits or slow stuff down. It’s better to split data into smaller keys (like one for inventory, one for stats, etc.) — makes it easier to manage and safer overall.
Tell me if it works!

willow bone
#

No worries 😁

silent marsh
#

I think Roblox has keys limit

#

Cuz I hear it in a tutorial when I was learning how to data stote

marble quail
#

4mb limit

#

btw

#

but if you're not storing like 5 inventories then you should be good

silent marsh