Skip to content

Common Workflows

  1. Start daemon in your project folder:

    Terminal window
    azul
  2. Connect in Studio.

  3. Edit scripts in Studio or your editor.

  4. Commit local file changes as usual.

Use this when you installed dependencies locally and want them in ReplicatedStorage.Packages.

Terminal window
azul push -s Packages -d ReplicatedStorage.Packages --destructive --rojo

Then add a pushMappings entry in per-place config to avoid repeating flags.

  1. Create ServerStorage.Azul.Config in the place.
  2. Define port, deleteOrphansOnConnect, and pushMappings.
  3. Ask teammates to use normal azul / azul push commands.

This keeps project behavior versioned with the place.

  • Confirm daemon port matches plugin WebSocket URL.
  • Run azul --debug for detailed logs.
  • Verify syncDir and sourcemapPath in azul config.
  • Reconnect plugin after changing config.

For command-level details, see Commands.