Projects

Ember

StableLuau

A UI library for Roblox executor scripts. One file, no dependencies.

local Ember = loadstring(game:HttpGet('https://rbx.lol/ember.lua'))()
  • 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

RBX Debugger

BetaTypeScript · Luau

A browser debugger for live Roblox games.

  • Remote spy with argument inspection
  • HTTP traffic capture separate from remote calls
  • Live instance explorer and per-game caching
  • Lazy decompilation with staleness detection

RBX Editor

BetaLuau

Browser Luau editor with Roblox API autocomplete.

  • Autocomplete for the full Roblox API
  • Files save in the browser, no account
  • Runs scripts in an attached game
  • Completions for an attached game’s modules