Please visit https://freeway-rbx.app for how-tos and product details.
- 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 GLB and OBJ files(for now). If your GLB or 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