Getting Started
Prerequisites
- Figma account (free or paid)
- Roblox Studio installed
- HTTP Requests enabled in Roblox Studio (Game Settings → Security → Allow HTTP Requests)
Step 1: Install the Figma Plugin
- Go to the FigBloxUI Figma Plugin page
- Click “Install”
- The plugin will appear in your Figma plugins list
Step 2: Install the Roblox Studio Plugin
- Open FigBloxUI on Roblox Creator Marketplace
- Click “Install”
- The plugin will appear in your Studio toolbar
Step 3: Connect Your Roblox Account
- Open the Figma plugin (Plugins → FigBloxUI)
- You’ll be prompted to sign in with Roblox OAuth
- This allows FigBloxUI to upload images to your Roblox account
- You can revoke access anytime from Roblox account settings
Step 4: Make Your First Import
- Select a frame in Figma
- Open FigBloxUI plugin — the preview will show your selected frame
- (Optional) Use the Assign Bar to override Roblox classes
- Click “Send to Roblox”
- Open Roblox Studio — your design will appear in StarterGui!
What Gets Converted
| Figma Element | Roblox Instance |
|---|---|
| Frame/Group | Frame |
| Text | TextLabel |
| Vector shapes | ImageLabel (auto-exported as PNG) |
| Image fills | ImageLabel (auto-uploaded) |
| Buttons (detected) | TextButton / ImageButton |
| Auto Layout | UIListLayout + UIPadding |
| Corner Radius | UICorner |
| Stroke | UIStroke |
| Linear Gradient | UIGradient |