Skip to content
SpaceSquare640 edited this page Jun 14, 2026 · 1 revision

RB Skin Forge

RB Skin Forge turns the assets you already have into Roblox-ready content. Upload an image and it produces a standard Roblox clothing template; upload an OBJ or ASCII FBX mesh and it cleans, scales, auto-rigs, validates and (if needed) decimates the model into a Roblox-ready mesh — all from one shared C# core.

Creators: SpaceSquare & Claude Code | Owner: SpaceSquare

Three versions, one core

Version Tech Output
HTML Blazor WebAssembly Runs in any modern browser (also the live demo)
Windows .NET MAUI RB_Skin_Forge.exe (+ installer)
Android .NET MAUI RB_Skin_Forge.apk

Everything runs on your device — for the HTML version, entirely in the browser via WebAssembly. Nothing is uploaded to a server.

Start here

At a glance

  • 2D: fits images onto the 585 × 559 clothing template with edge-fill (no transparent gaps).
  • 3D: OBJ / ASCII FBX → cleaned, centered, scaled to Roblox bounds, auto-decimated over 10,000 triangles, auto-rigged with Roblox Attachment nodes.
  • Batch processing, 10-language interface, light / dark theme.

This is an unofficial tool and is not affiliated with or endorsed by Roblox Corporation.

Clone this wiki locally