How do I copy a place to another place?

You know how games like Jailbreak have testing servers for people who want to test new updates? I’ve wanted to do that for one of my games but I can’t figure out how to copy my game (terrain and everything) over to another place. I have tried to copy the game through a file but the file links to the main game. Is there any way to copy a place to another place (terrain and everything)?

You could publish it to another game, in the publish to roblox as.

There’s probably other way’s this is the only way I could think of.

I’ve done this technique before, and what I do is to save the main game to a File and probably load it into the secondary/testing place and then add in other assets that will be in the next update EXCEPT datastores. I might be wrong but they won’t save if I recall from my past stuff.

When you do save the file, open up the file into the testing place or some baseplate and them just add in new things and features for testing purposes and more.

Don’t open-source it as some people might take it right away and you’ll have some issues with copyright and stolen assets/scripts. :+1:

2 Likes

Thank you! I will try this later.