Stelrex
(Stelrex)
July 24, 2018, 9:49pm
#1
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!
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
sleitnick
(sleitnick)
July 24, 2018, 10:21pm
#3
Think of it as if all the games in a universe shared the exact same database
3 Likes
Stelrex
(Stelrex)
July 24, 2018, 10:22pm
#4
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