Projects

Ember

StableLuau

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

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

ReleaseLuau

Compile a Luau script into a per-build randomized VM.

  • Compiles your Luau into a randomized bytecode VM
  • Every build is diversified — a different VM layout each time
  • Fresh entropy per request, so two builds never match
  • Copy or download the obfuscated .luau

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