Skip to main content

jafa serve

Serve a project for live-sync with Roblox Studio.

jafa serve <project-name> [target-directory]
  • project-name — required. Must already exist under projects/.
  • target-directory — workspace root. Defaults to the current directory (.).

What it does

Runs rojo serve against projects/<project-name>/default.project.json, so the Rojo Studio plugin can sync file changes live.

Examples

jafa serve my-experience