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

How can I save an instance with Data Persistence?

Asked by 10 years ago

I would like to know how to save an instance cross-server and cross-universe. (Morphs, other parts and models, etc.)

If you could help out, it would be much appreciated.

  • Nen

1 answer

Log in to vote
-2
Answered by
Marolex 45
10 years ago

You can use some of the DataPersistance API methods for this. With the API methods you can save/load Instances easily with :SaveInstance() and :LoadInstance()

Here's a wiki article on the on the two methods

SaveInstance & LoadInstance

0
I've researched those methods, but I never could figure them out. Nengalore 25 — 10y
Ad

Answer this question