Finding Place ID Of a World

How do I find the placeid of my places without knowing the url?
I want to find the place id of this place called Test2

Click the ... and a box should appear. It should show you the option to copy the ID.

game.PlaceId

For the game the script is in^

That’s if you are finding the ID within a script in the current game, I think they want to find out the ID of a completely separate place.

It only shows edit and the version history, when I press edit it just lets me edit the name and stuff, doesn’t show the place id or any link to it

Oh I see. Give me a minute I’ll show a step by step.




Right click the game you wish to get the ID for

3 Likes
local placeid = game.PlaceId
print(placeid)