Back to Plugins
FigXporter - Figma to Roblox FREE

FigXporter - Figma to Roblox FREE

Free UI Exporter - Figma to Roblox

Plugin Preview

FigXporter - Figma to Roblox FREE preview

About this plugin

Turn your Figma UI designs into real Roblox GUIs in seconds. FigXporter converts selected frames into Roblox .rbxmx files - or sends them straight into Roblox Studio, preserving layout, text, colors, gradients, strokes, corners, and images.Features🎯One-click export - select frames and export a ready-to-import .rbxmx.🌳Selection panel - see your selection as a live tree, click to focus a node, and tag elements without renaming by hand.🏷️Smart tagging - mark elements as Image, Button, Scroll, Background, or apply AnchorPoint with a single click (toggle on/off).🖼️Live preview - a positioned mini-canvas shows exactly what you've selected, color-coded by element type.🔌Send to Studio - push your export directly into a running Studio session via a session code (no manual file import).🖌️Image upload - uploads images to Roblox via Open Cloud; the companion Studio plugin resolves them automatically.✏️ Inline rename, responsive layout, and a built-in step-by-step Help guide.Setup (one time)Image upload and Send to Studio run through a tiny Cloudflare Worker that you deploy yourself (free tier).Figma plugins can't call Roblox APIs directly due to CORS. The in-plugin.Help walks you through it with screenshots, and you can copy the worker code straight from the plugin. Just paste your worker URL once.100% free. No account, no paywall.

Plugin Details

Version5
CreatedJune 17, 2026
Last UpdatedJuly 8, 2026
CategoryImport & export plugins
CreatorDeadport
Stats13 installs, 5 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:src/index.html
  • main:build.js
  • Document Access:dynamic-page
  • Network Access:

    apis.roblox.com: Roblox Open Cloud (image upload). *.workers.dev: the user's own Cloudflare Worker that proxies Roblox API calls (CORS) and relays the export to Roblox Studio. unpkg: JSZip for optional image-zip export. fonts.googleapis/gstatic: UI webfonts.

  • Editor Types:
    figma
  • Allowed Domains:
    • https://*.workers.dev
    • https://apis.roblox.com
    • https://fonts.googleapis.com
    • https://fonts.gstatic.com
    • https://unpkg.com/[email protected]/dist/jszip.js