Saving/Accessing Data within a Universe

So, on robloxdev, I found this: http://robloxdev.com/articles/Multi-Place-Games, and that you can save/access data from any place within the universe.

I’m attempting to do so, but not exactly sure how to go about it.

Do I need to simple just access DataStoreService, or do I need to create another script that handles Datastores?


Any insight on how I’d do this would be much appreciated! Thanks! :smiley:

5 Likes

You save/access data by universe just as you would by place. All data saved is saved per universe, not per place. If you save data from a starter hub you can access that data from any place within the universe.

7 Likes

Think of it as if all the games in a universe shared the exact same database

3 Likes

Thanks man! Just added in another Datastore script in the other place to access it, and it now saves between places. Thanks again!

4 Likes