#Should I enable http requests for sharing data between places?
1 messages · Page 1 of 1 (latest)
are your games in the same universe?
yes
both places are in the same game
DataStoreService (also used by ProfileService) is shared in the universe
so you can access the data live from the other game
isnt profileservice and profilestore different
it doesnt matter what you use, they all are using DataStoreService somehow
These Modules just make using DataStoreService "safer" and "easier".
wdym
like how do i get the data to the other place
i see
i did it, i just had to remove the template from profileStore.New()