#Should I enable http requests for sharing data between places?

1 messages · Page 1 of 1 (latest)

golden niche
#

I don't think you can do that with the ProfileStore module script...
so i have some list values that are either true or false depending on if you've touched an item or not.
and i want to set them into http and get them in another place to load it

robust dew
#

are your games in the same universe?

golden niche
#

both places are in the same game

robust dew
#

DataStoreService (also used by ProfileService) is shared in the universe

#

so you can access the data live from the other game

golden niche
#

isnt profileservice and profilestore different

robust dew
#

it doesnt matter what you use, they all are using DataStoreService somehow

#

These Modules just make using DataStoreService "safer" and "easier".

golden niche
#

i see

#

so how do i do it

robust dew
#

wdym

golden niche
#

like how do i get the data to the other place

robust dew
#

I dont work with these Modules

#

I got my own module which I use

golden niche
#

i see

golden niche
#

i did it, i just had to remove the template from profileStore.New()