Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How do I save part info/cars?

Asked by 3 years ago

So, I am making a game where you need to save a house that you built and receive the same data when you join it. I want to know how to save the info of the part size,shape,color etc. I also want to know how you can save cars.

Thankyou,

-Ducky Developer Youtuber

0
Is the house built up of multiple small parts and if so could you loop through the properties of it. Then save it to a datastore? Is the car also going to be made up of multiple parts? ImTrev 344 — 3y
0
Yes, and yes. Official_DuckyYT 55 — 3y
0
Cool, is the built car/house in a model? ImTrev 344 — 3y
0
Yeah. Official_DuckyYT 55 — 3y
View all comments (2 more)
0
I can guide you in the right direction. Loop through the properties of the parts, save them in a table, then you can save that table to a datastore using jsonencode. ImTrev 344 — 3y
0
Once you give me proof you tried, we can go on from there. ImTrev 344 — 3y

Answer this question