Only lobby join

I want to be bounced from the lobby to the main game, like Tower Battles or SBR from YBA, but I don’t have the education to create such a system.

I want the game to be possible only through the Lobby.
I don’t know how to do it.
Im try to find video how to do that

Pls watch the video: (Untitled - YouTube )

2 Likes

Well, the problem seems to be that you’ve created an entirely different game instead of a place.

A place, to say it easily, is parented to the game, and attempting to join a place will make you join the start place. The start place is just the game that you enter when you click the play button on a game.

To fix this, go to the Creator Dashboard and enter studio for your game.
image

Once in studio, You want to go the View tab and open Asset Manager.

In the asset manager, double click the Places button.
image

After double clicking the button, right click in the empty space and click Add New Place.
image

After creating a new place, you should see another place in the tab, the Start Place being shown by the image that is on default spawn locations.
image

To copy a places ID, right click the place and then click thee Copy ID to Clipboard button.
image

After that, replace the Game ID in the teleport code to be the Places ID, and copy everything over from the game.

Hope this helps!

1 Like

Thank you so match man! Its working!

1 Like