Updating to an old version of a place

My game is currently running a halloween event, which ends in ~1-2 weeks. Since I’m a solo developer, it takes a while to get updates out, and I want to start work on a christmas update right now.

The problem is, is that if I start work on the update in the main place, I can’t remove the halloween event, as that would require me to publish the existing work I have done for the christmas event.

What should I do?

You could always work on another place and then copy everything over to your normal game you can just copy paste things to different places.

Publish the game to a different “dev place” and just work on it there. When you’re ready to publish your new update, just publish the dev place as the main game to overwrite new changes. (Make sure you’re in Studio on the dev place, click “Publish to Roblox As” and select the main game)

Wouldn’t that override the datastores then?

If you change the datastore name/key then it will, if you don’t change it, then it won’t override.
It’s how I do it and I haven’t had any DataStore issues.

Alright, thank you, I’ll try this out.

1 Like

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