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

How do I save HumanoidDescription using DataStores?

Asked by 4 years ago

I want to save a HumanoidDescription but since DataStore can't save Instances, I have no choice but to save every properties inside it which is very tedious... Is there any other efficient way? Thanks!

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

Unfortunately not, you must write some way to serialize the HumanoidDescription to a table and then save it, same with loading it back in (converting table back to HumanoidDescription).

0
Thank you! unpurrity 4 — 4y
Ad

Answer this question