A utility tool that combines two Roblox places into one.
This tool supports both file paths and place IDs! As long as place.rbxlx is the same as the place with the ID 1233, lune run src/Sync Output 2 1233 1234 and lune run src/Sync Output 2 place.rbxlx 1234 work the same!
This tool also supports Service Overrides. Add an attribute named "Service" to the folder you want to override and make the attribute's value into the service's name. It also supports nested services, such as StarterPlayer.StarterPlayerScripts, as long as they are wrote as "StarterPlayer|StarterPlayerScripts"!
- If you haven't already, install the Lune runtime before reading the next steps.
- Create a folder named "Files" in the same directory as Module.luau.
- Open the Place-Syncer folder in a terminal of your choice.
- Have fun!
- [OPTIONAL] You can extract the Module, Maps and Remodel files for your own personal use!