The Roblox Studio plugin
The free Ünflat plugin for Roblox Studio builds an export on a body or in the world.
The Ünflat plugin is free and adds a button inside Roblox Studio. Select a file Ünflat exported and it builds the model in the workspace. There are no asset IDs, no mesh imports by hand, and no template forms.
The panel
The plugin’s panel has three buttons:
- Dress a rig… takes a clothing sheet (the .png from the classic export ) and applies it to the selected rig, or to a new block rig when nothing is selected. No upload, no account. The preview lasts for the Studio session. To keep it, upload the PNG in the Asset Manager and paste its id into the clothing’s template property.
- Build a model… takes a .lowpoly file and builds textured mesh
parts with their colors and facets. An accessory (from
the accessory export )
is set up for its slot, ready for Roblox’s Accessory Fitting
Tool. A game prop is built
anchored, with its moves, saved poses, skins, outfits, and animated
skin pages. A building sent with Send it to Roblox (on its page
in the scene’s Figs tab) is built as an anchored model at walking
scale: a storey of the default height is 12 studs. A door exports as an
open doorway: its frame exports and its leaf does not, so players can walk
in. The building’s file is named after the scene, as in
Cottage_building.lowpoly. A scene with no name asks first: Name this scene first: the building’s Roblox file takes its name. Type a name and tap Send. The scene and its library card get the name too. Cancel sends nothing. - Save to Roblox… opens Roblox’s own publish dialog for whatever is selected.
Before you upload
Above Save to Roblox… the panel lists what to know first:
- Select the thumbnail first. It cannot change after upload.
- If the dropdown has no accessory choice, Roblox requires ID verification or a linked parental account.
- Upload is not selling. Wearing your own upload costs 80 Robux. Selling adds 2-step verification and a Roblox Plus or Premium membership.
- Do not add attachments. The Fitting Tool places them.
Getting the plugin
You need a computer with Roblox Studio, which is free. Then:
- Download the Ünflat plugin, one file
named
unflat-plugin.rbxmx. - In Studio, open the Plugins tab and press Plugins Folder. Drop the file in that folder.
- Restart Studio. An Ünflat toolbar appears in the Plugins tab. Its button opens the panel.
The plugin runs only inside Studio and uploads nothing unless you press Save to Roblox… yourself.
The plugin does not update itself. To update, download the file again, replace the old one in the same folder, and restart Studio. Skins, outfits, poses, and move sets need the newest plugin.
Move sets in Studio
A fig with several move sets (Idle, Walk, Run) is built with all of
them. The model’s lowpoly_moveset attribute names the set that plays.
Change it in Properties, or call SetMoveSet("Walk") on the
SetMoveSet module the plugin adds. A part with no poses in the selected
set does not move.