Stuff I built for Roblox

Ember is a Roblox UI library. RBX Debugger debugs live games. RBX Editor runs in your browser.

loadstring(game:HttpGet('https://rbx.lol/ember.lua'))()

Projects

All projects
Stable

Ember

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

Luau
Beta

RBX Debugger

A browser debugger for live Roblox games.

TypeScript · Luau
Beta

RBX Editor

Browser Luau editor with Roblox API autocomplete.

Luau
Ember

Ember example

A window, section, and saved toggle.

script.luau
local Ember = loadstring(game:HttpGet(
"https://rbx.lol/ember.lua"))()
local win = Ember.new({ Title = "My Script" })
local main = win:Section("Main", "house")
main:Toggle({
Text = "God mode", Save = "god",
Callback = function(on) godMode = on end,
})
-- saved between sessions

Planned

Scripts

Planned

Browse, search, and upload community scripts.

Forum

Planned

Discuss Roblox tools, scripts, and Luau.