How do I add places to a game?

I’m trying to add places to my game so I can easily transport my players from one place to another. I’m pretty sure that’s how they do it right? Making place in a game. For example, like meepcitys racing minigame. Does anyone know how they got a place within a game?

2 Likes

You can add a new place using the game explorer in studio. The game has to be published, though.

image

Then you use TeleportService to teleport player(s) to a place. To get the ID of the place you want to teleport to. Right-click it in the game explorer and then click “Copy ID to Clipboard.”

image

4 Likes