How do I turn place into main spawn place

I have 2 places in asset manager. Players always spawn in the second place when they join. However I want to change it to the first one as the main place. Is it possible?

image

There’s no official way of turning a subplace into the main spawn place of a game.

One workaround is to save both games into your device, and overwrite the main spawn place with the build from the subplace, and the build for the main spawn place to the subplace now. I’ll give a step-by-step tutorial if you’re not sure what I mean:

  1. Open the current main start place of your game. Click File > Save to Device As and name it something like oldStartPlace.
  2. Once you finished saving, go and edit your Subplace. Click File > Save to Device As. Name it to something like newStartPlace.
  3. When finished saving, open oldStartPlace on your device. Click on File > Publish to Roblox As.
  4. Click on your game, and overwrite the subplace with the oldStartPlace build.
  5. Open newStartPlace on your device. Click on File > Publish to Roblox As.
  6. Click on your game, and overwrite the main spawn place with newStartPlace.

And there you go, you’ve swapped both places with each other.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.