What is the number in the link to the Roblox website

So I am having a little confusion with the difference between game Id. I am trying to make a script that will rejoin you into the same exact game. But instead of just putting that specific ID in there I want to be able to use it throughout many different games…

So I have this script:

tpservice:TeleportToPlaceInstance(game.GameId, game.JobId, player)

My one question is what is the numbers in the link here:
https://gyazo.com/79bc999cf6c50463f461985478ffe838

Is that the gameid or place id?

The number in the link is the place id.

1 Like

The ID in that screenshot is that of a place ID, not to be confused with a game (experience) ID.

1 Like