Studio Plugin Iteration Workflow
Plugin development requires Rojo
To build this plugin to your local plugins folder, run this in a terminal:
rojo build -p Freeway.rbxm
If you want the plugin to rebuild on save, include the "--watch" argument:
rojo build -p Freeway.rbxm --watch
For more help, check out the Rojo documentation.