Figblox Docs

Components

Turn imported frames into buttons, fields, and toggles.

Make Button
Turns a Frame or ImageLabel into a clickable button and keeps the children.
Make TextBox
Turns a TextLabel into an editable text field.
Make ScrollView
Turns a Frame into a ScrollingFrame and keeps the children as scrollable content.
Make Toggle
Turns a Frame into a toggle if it has two child frames named On and Off. Figblox adds a script that swaps between those states when clicked.

← Back to home