argon icon indicating copy to clipboard operation
argon copied to clipboard

Multi place support?

Open bamtang-dev opened this issue 7 months ago • 2 comments

Hello, I was using the default setup and noticed my scripts are being changed whenever I load a different place in Roblox Studio.

I'm thinking on using a multi-place approach with a "hub" and different places where the main gameplay runs. This is working in Roblox.

For the code I was using a package script that is linked in the main hub (just as a reference because it doesn't have gameplay) and the other places just use copy a reference to the package but can contain different versions of other scripts or even slightly modified scripts and not the original package script. I need all these scripts to be saved on different paths per place. Is there a way to make this setup work? Right now I'm thinking on having every place saved in a different folder, but I'm wondering if there is a better approach.

Thanks!

bamtang-dev avatar May 20 '25 21:05 bamtang-dev

You can define multiple *.project.json files in the same folder. This way you can combine shared and place-exclusive directories

DervexDev avatar Jun 24 '25 12:06 DervexDev

Thanks for to easy to use tool. It helped me get started pretty quickly.

An example of this would be pretty awesome.

I'm new to Roblox dev and would really appreciate some sample repos-- i know the templates exist, but it'd be helpful to have the Roblox templates as a repos that were seeded with a Server => Client sync, and then switched to Two-way sync.

ElanHasson avatar Jul 14 '25 00:07 ElanHasson