I want to add multiple places inside of my place. For example, swordburst2 and world0 have different ‘floors’ that teleport the player to other places and keeps the same datastore. The places the player teleports to are not shown in recently played. How do I do this? Thanks
You should check Roblox Developer Hub, I believe you can find answers to most of your questions in there. Like this article, it explains adding multiple places to a game very well: Experiences and Places | Documentation - Roblox Creator Hub
In Studio, you can do it like this:
- Go to the View tab on the top bar and click Game Explorer:
- In the Game Explorer menu, right click Places
- Click Add New Place in the menu, after you’ve right clicked Places.
- Your new place will be created, you can rename it to your preference, and edit it in the Develop page on the website.
Alternatively…
- Go to your game page and press the 3 dots and click Configure this game
- On the page, navigate to Places and click Add Place
Well you can open roblox studio first game select all map copy it and paste into the other second game you want to put the first game if there was terrain then i don’t know you need to remade it then.
@Polyheximal i dont know how to create a place that isnt considered a start place…/ it doesnt let me add the second place because its considered a start place
All I know right now is that you have another experience and that experiences start place is that place, therefor you cannot choose that start place. I am actively trying to figure this out but I really wished somebody else answered this.
To outline:
Experiences are games with places
Places are just individual places.
Some games that teleport you to other “games” like levels, those levels are places within that entire experience. You cant make a separate experience a place of another experience.