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

Is it possible to save models using data store?

Asked by 10 years ago

I made these mannequins to allow people to save up to eight outfits for fast outfit-swapping purposes. I used data persistence, but sometimes a certain user or everyone will lose their data, which I've heard to be a bug with data persistence.

Would there be a way I can do this with data store? If so, how?

0
Nope, only Data Persistence can store instances. infalliblelemon 145 — 10y
0
What unfalliblelemon said. systematicaddict 295 — 10y

1 answer

Log in to vote
0
Answered by
Vathriel 510 Moderation Voter
10 years ago

Yes. It is completely possible. But, you'd have to create Pseudo Class and then spend all of your time recreating a roblox part in a pseudo class that you could save. However this is overly complex and would probably be a waste of time, so just stick with data persistence.

Ad

Answer this question