Part datastore?

Hello so i got a simulator in which you can buy zones and stuff, the thing is that u need to buy the zone again after rejoining. How would i fix that? I tried different devforum posts and tutorials but nothing worked.

2 Likes

You can try data storing a table with every zone they bought.

You can watch tutorials on how to do data storing like this one: https://youtu.be/DkYupSBUpes?si=u4xjXqfj8N1wd_uq

One you watch the video, you could save the bought zones with a variable like this:

Something like: local boughtZones = {“BeachZone”, “CityZone”}

1 Like

I kind of dont understand what you mean.

1 Like