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?