- Download and install Freeway app
- Open the working folder from the app start screen, place you images and obj meshes there
- Open Roblox Studio, click Plugins, and click Freeway.
- Follow the instructions in the plugin.
Freeway only understands single-mesh OBJ files(for now). If your OBJ contains more than one mesh, Freeway will pick the first one. It also can't decimate meshes(yet!), so please make sure your mesh fits the Roblox verts count limit.
App development requires nodejs. Please install it first.
Install dependencies:
npm install
Run
npm run dev