How to swap the starting place of my game?

From the explanations of the official Roblox post, there is no way to easily change the starting place.
I think I got a solution to the above problem.
To make Place2 the starting place (and not lose the Place1 content), do the following:

  1. In Studio, open both Place1 and Place2
  2. In Place1, File → Publish as… and overwrite Place2
  3. In Place2, File → Publish as… and overwrite Place1
  4. Close all Studio instances and open it again
23 Likes