Kavo UI Library by xHeptc u fucktards

Documentation

Update:

All of the latest updates can be found in here.

Added: Section Update Functions New Themes: Serpent

New Component: Label

Rich Text Support For: UI Title, Sections, And Other Elements (exc tabs)

Getting Loadstring

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()

Creating UI Library Window

local Window = Library.CreateLib("TITLE", "DarkTheme")

Themes: LightTheme DarkTheme GrapeTheme BloodTheme Ocean Midnight Sentinel Synapse

Creating Tabs

local Tab = Window:NewTab("TabName")

Creating Section

Update Section

Creating Labels

Update Label

Creating Buttons

Update Button

Make sure your button is local when updating it.

Creating Toggles

Updating Toggles

Creating Sliders

Creating Textboxes

Creating Keybinds

Toggling UI with Keybinds

Creating Dropdowns

Creating Color Pickers

Applying Custom Themes / Colors

Make new table, here you are going to put your colors, as shown below.

Applying it: Change your window code little bit.

Want to add fully customizable UI?

Add this code in your section. This will create color pickers.

Make sure you have added table with all the values of UI. then apply it to window. Like shown above.

Last updated

Was this helpful?