#does anyone know how to make an model-saving datastore?
1 messages · Page 1 of 1 (latest)
You cant save Models in a datastore, only values.
I kindof don't know on how you would save this, but you can it depends on what your doing 🤷♂️
You can save the values and say like, Chair = {Xpos = 0, Ypos = 0, Zpos = 0} and load it based of that when the player joins
i know, thats why IM asking.
im trying to make an like
you buy something
then
it goes saved
next time you join
that thing appears again.
do what MariussiUs says ✌️
i know, but should i use
like an value to save?
example
skill issue
Not sure since i havent tackled this yet aha.. 💔 i just only know you cant really save models in a DataStoreService
but also a really dum idea if you are trying to save arbitrary instances, models etc, in datastores then you messed up a long time ago
just use a table. playerdata={etc}, google it dont b lazy https://create.roblox.com/docs/cloud-services/data-stores
profilestore etc
ok.
@shadow ridge
so, i use the serealizationservice