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.rbxmIf you want the plugin to rebuild on save, include the "--watch" argument:
rojo build -p Freeway.rbxm --watchFor more help, check out the Rojo documentation.