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 projectsscript.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 sessionsPlanned
Scripts
PlannedBrowse, search, and upload community scripts.
Forum
PlannedDiscuss Roblox tools, scripts, and Luau.