How to pass data from game to game with scripts?

My goal is simple. I have two game places I want to use for this. One game is called A and the other is called B. There is a part inside of the A game and an invisible part in the B game. When you touch the part in the A game, it becomes invisible. When this happens I want the part in the B game to become visible. I can monitor them with two roblox accounts. Only issue is I don’t know how to make game A send information to game B.

Are they 2 games or 2 places?

1 Like

if they are 2 places within one game you can just use MessagingService but if they are 2 different games there is no way to do this without the use of some third party application + open cloud apis

2 Likes

It’s two different games. What applications do I need for this to work?

1 Like

By that I meant two different games on roblox.

1 Like

You would need an external database of some kind, using HTTP service.

2 Likes

i would not recommend going down the HttpService route for this – it will cost you money, requires good knowledge of a language other than LuaU, and more. You are better off finding a different game mechanic for this

2 Likes