Is it possible to store objects/models/parts with DataStore?
0
No, you can however make a script that codes and decodes a model to text so you can load or unload it. Character limit for Keys and Values are 2^16 though.M39a9am3R3210— 9y
0
That's JSONEncode. You use that to convert tables to strings. Dunno how you'd use that to store instances though.funyun958— 9y