Common Workflows
Daily coding loop
Section titled “Daily coding loop”-
Start daemon in your project folder:
Terminal window azul -
Connect in Studio.
-
Edit scripts in Studio or your editor.
-
Commit local file changes as usual.
Import a package folder into Studio
Section titled “Import a package folder into Studio”Use this when you installed dependencies locally and want them in ReplicatedStorage.Packages.
azul push -s Packages -d ReplicatedStorage.Packages --destructive --rojoThen add a pushMappings entry in per-place config to avoid repeating flags.
Team setup with consistent behavior
Section titled “Team setup with consistent behavior”- Create
ServerStorage.Azul.Configin the place. - Define
port,deleteOrphansOnConnect, andpushMappings. - Ask teammates to use normal
azul/azul pushcommands.
This keeps project behavior versioned with the place.
Troubleshooting checklist
Section titled “Troubleshooting checklist”- Confirm daemon port matches plugin WebSocket URL.
- Run
azul --debugfor detailed logs. - Verify
syncDirandsourcemapPathinazul config. - Reconnect plugin after changing config.
For command-level details, see Commands.