[ Idea ] Linking Two Games Together ( is it Possible ? )

do you mean different places or experiences

1 Like

total separate universes/ Games/ Experiences
with Different teams for each

2 Likes

I think you could do it by saving and loading all the data on a server (outside roblox) using https service (im not sure if it works)

6 Likes

Right that was my thinking after trying https on excel
but wasn’t sure if it will work with more Experiences

If you have your excel file in a server, and the server can communicate using https service, somehow you could do it work

3 Likes

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.

3 Likes

do you happen to know these games name ?

2 Likes

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.

2 Likes

Exactly … i hope to see more of these games on roblox

1 Like

Games such as Daily Difficulty Chart Obby and Limited Death Obby. They share the same currency between both games.

3 Likes

This isn’t necessary; you could just have your own “hub place” and teleport to places from within a universe.

1 Like

right…
but the whole point is dataStore between games

well there are many ways.

  1. You can use seperate places for the same game
    EX
    Game1place1,place2,
    Game2place3,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.

2 Likes

Games on Roblox used to be named “Places” but are now called “Experiences”.

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.

Thanks
Jonah

2 Likes

i’m speechless. want to reply and thank you alot but my english isn’t helping

1 Like

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

1 Like

Unfortunately I am a beginner :frowning:
I’ll definitely use it. in another time … Ty

No problem, if you ever do use it and need help just give me a shout.

1 Like