Getting a game's PlaceId

I feel like I should know this, but I somehow don’t. Is it possible to retrieve a game’s PlaceId? And I do not mean getting a PlaceId’s product information, I just want to get the game’s PlaceId. Thank you and sorry for the short post!

4 Likes

Do you want to retrieve the ID from a script, or just you?

2 Likes

Yes, sorry if I was unclear. So using a script in Game A, I would like it to print Game A’s PlaceId.

3 Likes

game.PlaceId is the property you’re looking for.

13 Likes

Oh now I feel very stupid. Thank you! XD

5 Likes

You want to use the game.PlaceId property

3 Likes