How to get datastore from Main experience, not in my game universe

Hello everyone I just want to ask is possible to get data across another experience for more understanding easily here image also talking about Cross another experience not in another place in my games universe if you have any idea or APIService or HttpService please let me know Thank

why i need this thing?
Because I was making Admin Network when you got banned from another experience you can’t access another experience in Network if I can make this thing functional you can stop cheater quickly and also can save the developer from another experience
(also you can Edit Data)

3 Likes

You can’t do this with roblox’s DataStoreService since its limited to only the universe. But, you can do it with 3rd party datastores which are hosted online and can be sent and requested data with HttpService. Of course most of these external databases cost money and are quite tricky to set up thats why people use DataStoreService.

1 Like

You’d have to set up a middle man server which can have a queue of requests that the other places use polling on. The problem with this approach is that it requires a server to be up on roblox 24/7 which is not guaranteed. Your best bet would be to move fully to a third party database and use HttpService to get and store data.

If you want a little less more effective way but easier then you could try using badges. Tho this method can only transfer boolvalue (technically) and cost robuxs.
But this wouldnt work for your example as badges can be deleted by the player themself (the exploiter could just delete the badge and get unbanned is what I am saying)

use http + nodejs

Untitled