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

DataStore Problem: Instances?

Asked by 10 years ago

According to the roblox wiki, you cannot straightforwardly just store Instances over the DataStoreService while they are still an Instance, so I was curious to what would be the best alternative way of getting an Instance across multiple servers using DataStore. My ideas were:

1) Create a table of all the properties

2) Turn it into a string

3) Use JSON

Can anyone think of which would be best way to do, and how YOU would do it? And if you could think of some more ways, that would be even better.

1 answer

Log in to vote
1
Answered by
TheMyrco 375 Moderation Voter
10 years ago

Use the JSON method, which basically automatically uses a table and string lol.

Ad

Answer this question