LogoObsidian

Executor

Install Obsidian in an executor environment

Using Obsidian in an Executor Environment

To use Obsidian in an executor environment, you can use the following code snippet to get the library:

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/deividcomsono/Obsidian/refs/heads/main/Library.lua"))()

Then, you should be good to go! You can start by checking out the Window section to create your first window, tab, groupbox and UI elements.

If you are too lazy to read the documentation, you can also check out the example script.

Addons

The library comes with several built-in addons such as ThemeManager and SaveManager.

Types

The library comes with a type definition file for luau lsp to help with autocompletion.

You can find the type definition file here.

On this page