Free, open-source app for fast and easy iteration on images and meshes in Roblox Studio
Freeway is for Roblox Artists, UI and Game Developers.
It makes iteration on meshes and images 10x faster and completely eliminates repetitive manual work related to uploads and copying and pasting asset IDs.
Freeway lets you wire files in your local folder to instances in your game.
For example, you can wire a 3D model file to a MeshPart
in your game(or an image to a SurfaceAppearance
/Decal
/UIButton
/etc) and it will update automatically every time you overwrite the file.
At the same time, Freeway minimizes the clutter in your inventory by using EditableImage
and EditableMesh
when possible.
CreateAssetAsync Lua API
png
is supportedgLTF
(.glb
only for now) and OBJ
files. If your glb
or OBJ
contains more than one mesh, Freeway will pick the first one. We are working on support of multi-mesh files and it's coming soon. Freeway can’t decimate meshes(yet!), so please make sure your mesh fits the Roblox verts count limit.