How to code across multiple games?

Does anyone know a way that I can code stuff like events across games? What I mean, is I make something happen in one game, which in turn, makes something happen in another game. For example, I complete an event in one game, which gives me a cool skin in another game. All help appreciated!

I am not sure if this is possible between 2 different instanced games, but there is only one way, AFAIK. Badges! If you have a badge in a game, you can script it to get the skin you want. If the games share the same instance, you can use DataStores and get if you have completed the challange, and then reward youself in the next game/level.

1 Like