Ember
StableA UI library for Roblox executor scripts. One file, no dependencies.
Luau25 pages
local Ember = loadstring(game:HttpGet('https://rbx.lol/ember.lua'))()Features
- 13 controls, including toggles, sliders, and a colour picker
- 9 themes and a theme editor
- Saved values for individual controls
- Section search and collapsible groups
- Single-file install with no dependencies
Preview
Change the controls and theme in this interactive preview.
Preview
Ember
preview
Search…
Ember v1Enabled
FireOnStart runs the callback once at build time.
Speed
16 studs/s
Panic key
Developer mode
Unlocks the action below.
Start the farm
Runs until you stop it.
Debug logging
Verbose output
60 FPSReadyEmber 1.0.0
Switch sections in the sidebar, drag the sliders, open the menus, pick a colour. The swatches above change the theme, the same way Ember.SetTheme does in-game.
Getting started
Guides
Saving settingsOne option per control, and the value survives between sessions.Groups and searchCollapsible containers, per-section filtering, and window-wide search.NotificationsToasts that stack, cap at five, and dismiss on a timer.Lifecycle and cleanupRe-running your script, tearing a window down, and disconnecting everything cleanly.Animations and effectsHover and click effects, the dissolve, and the four tween curves the library uses.
Controls
Controls overviewAll thirteen controls, the options every one shares, and how handles work.ButtonRuns a function when pressed. Two options minimum, with four styles and optional animations.ToggleOn or off, with the on and off halves separable.SliderA number in a range, with a step size and a unit suffix.DropdownPick one option, or several, with three selection styles.InputA text field. Commits on Enter, or when it loses focus.KeybindCaptures a key from the user, then calls you every time it is pressed.ColorPickerA full HSV picker that drops down from the control.PaletteA fixed row of colour swatches.IconButtonA row of small square buttons, each with its own icon and action.StatusRead-only text you update from code.Title, Description & SeparatorTitle, description and separator elements for organizing a section.