Yes. It’s possible, In fact it has been used before. You’ll have all the data on the server using HTTP Service each time a player joins a game, you can set their stats as the lastest stats from the server you’ve made.
I know what you mean and I want to do this too with one game being a hub where you can view your achievements and progress in all of my other games and in some games having certain things unlocked/completed will unlock areas/give items in other games.
I’ve looked into it and it’s completely possible but I’d have to go through my 100+ bookmarked topics to figure out how to again.
You can use seperate places for the same game
EX Game1 → place1,place2, Game2 → place3,place4
for Game1 place1 and place2 has the same datastores same with Game2
but let’s say you want to get data from place1 from place3
With the open cloud program you can create a key and using something like node.js you can create a server ro like the datas between them.
I highly recommend if the games are separate, but with teleportSevice you can access the TeleportData, which can send data between difference experience, but make sure this cannot be bypassed easily, atleast add some security.
Universes on Roblox used to just be called places, but then they were named games. Now, they’re experiences, but the concept and title of places has never changed.
Hello, I viewed this yesterday and I’m coming back to this topic again. This is definitely possible and I’ve done it before. I did it about 1 year ago and I lost my backend webserver code and the module script I wrote to connect it to the server. Today I started making another webserver and rewriting the module script. I should be able to finish it today and upload the module script to roblox and the webserver open sourced on github. You’ll need a virtual private server which will cost money but there is free alternatives where you can claim a free trial and have a VPS for 2 months. You can use digital ocean free trial or linode and create a free vps. I’ll reply to this topic again once I’ve completed making it.
Hey man took me longer than expected. I’ve created a video tutorial and a in-depth write up on how to do it. If you’re a beginner I wouldn’t recommend it. When you have time though give it a test. Here is the link for it. External Datastore