A simple UI library for Roblox, designed for creating custom UI elements easily.
- Create customizable UI windows
- Add buttons with callback functions
- Lightweight and easy to use
- Download
UILibrary.lua
- Place it in
ReplicatedStorage
- Require it in your script:
local EclipseUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/elfcodes808/EclipseUI/refs/heads/main/EclipseUI.lua"))()