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

How to Save a players unlocked worlds?

Asked by 2 years ago

I have a simulator game and with coins, you can unlock different areas that contain other eggs, etc. But when you leave and the rejoin thsoe areas are not saved. How would I save that to leaderstats or put into a dattasave script?

1 answer

Log in to vote
0
Answered by
AronYstad 101
2 years ago

You could use boolean values (either as an instance or in a script) and set them to true when the player has unlocked the area. Then you can just use a DataStore to store those values.

0
Thank You! BearGamesZ 4 — 2y
Ad

Answer this question