Rojo supports models, but the default.project.json syncs through a place with StarterPack. AFAIK with models you can do rojo build and get a .rbxm(x?) which would make updating the build folder easier. You can do this by not listing "$className" at the top-level.
Rojo supports models, but the default.project.json syncs through a place with StarterPack. AFAIK with models you can do
rojo build
and get a .rbxm(x?) which would make updating the build folder easier. You can do this by not listing "$className" at the top-level.