Skip to content

Supported Features

Layout

Figma FeatureRoblox Result
Absolute positionUDim2 (Scale-based)
Auto Layout (Vertical)UIListLayout (Vertical)
Auto Layout (Horizontal)UIListLayout (Horizontal)
PaddingUIPadding
Gap (item spacing)UIListLayout.Padding
Hug contentsAutomaticSize
Clip contentClipsDescendants
Overflow scrollScrollingFrame

Visual

Figma FeatureRoblox Result
Solid fillBackgroundColor3 + BackgroundTransparency
Linear gradientUIGradient
OpacityBackgroundTransparency (inherited)
Corner radiusUICorner (Scale-based)
StrokeUIStroke
RotationRotation (with recenter)

Text

Figma FeatureRoblox Result
Font familyFontFace (50+ mappings)
Font weightFontFace.Weight
Font sizeTextSize
Text alignmentTextXAlignment + TextYAlignment
Text auto-resizeAutomaticSize
Mixed stylesRichText with <font> tags
UPPERCASE/lowercaseTextCase transformation
Underline/StrikethroughRichText <u> / <s> tags
Text truncationTextTruncate

Images

Figma FeatureRoblox Result
Image fillImageLabel (auto-upload)
Vector shapesImageLabel (exported as PNG)
Complex effects (shadow, blur)ImageLabel (flattened to PNG)
Mixed corner radiiImageLabel (flattened)
Multiple fillsImageLabel (flattened)

Smart Detection

  • Emoji text — Text layers containing emoji are automatically exported as PNG images, because Roblox renders emoji differently from Figma. Exporting as an image ensures your design looks exactly the same. If you’d like an option to export emoji as text instead, feel free to request it!
  • Text as image — Add _ImageLabel or _ImageButton suffix to a TEXT node to export it as a PNG image. Useful for decorative text that should be rendered as an image in Roblox.
  • Button detection — Frames with text children and interactive names are auto-detected as TextButton or ImageButton.
  • Visual-only nodes — Nodes with complex effects (shadows, blur, non-solid fills) that Roblox can’t render natively are automatically flattened to PNG.

Not Supported

These Figma features don’t have Roblox equivalents:

  • Radial/Angular/Diamond gradients (node is flattened to PNG)
  • Drop shadows (flattened)
  • Blur effects (flattened)
  • Blend modes
  • Masks (partially — flattened)