Help with teleporting players to the right game

i have recently started making a 3d platformer game in roblox but half way through making the first world (there was originally only going to be one world and no story in the game) i decided i wanted to actully make more than one world and add story the problem was that since i added story the world i was currently working on was going to be the second world so i went to go add more places to my game so i could make the first world (i know my game planning sucks i made the second world first) but i would always spawn in the second world becouse it was the spawn world. is there a way that i can change the world that you spawn in when you first join the game

So, you have two places, and the second world is currently your starter place, but you want it to be the first world?

Open both world files. In the second world, go to file > Publish As… and overwrite the starting place (first world). In the first world, do the same, overwriting the second world (not the starting place).

The ability to change an experiences’ starting place was removed sometime in 2020 I believe.

ok thank you i will try the

30