Documentation

Uh Pop UI Lib doc's????

Loadstring

Needed for the UI Lib to work :)

local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/lolpoppyus/Roblox-Lua/master/Pop%20UI%20Lib", true))()

Tab

Create Tab(s) to have options in

local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/lolpoppyus/Roblox-Lua/master/Pop%20UI%20Lib", true))()

local ui = library:Tab("Tab")

Button

Create a button within that tab.

local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/lolpoppyus/Roblox-Lua/master/Pop%20UI%20Lib", true))()

local ui = library:Tab("Tab")

ui:Button("Button", function()
    print("yes")
end)

Toggle

Create a toggle button :)

Slider

Create a Slider

Textbox

Create a Textbox, mainly to type things in.

Dropdown

Create a dropdown for certain options to be selected.

Dropdown(Refreshing)

Makes it so you can have a update dropdown table for items or players(This is a player dropdown TP)

Textstring

To make a certain box of text have a string so you can either put codes or your own words :)

Labels

Spacing for different options you have to label what is what.

Keybind

To keybind certain things such as flying, noclip, or UI Disabling

Textstring2

Another textstring design if you dont like the first one.

Folder

Create Folders or Sections to be more organized

Color Picker

Mess with color on certain parts(doesnt mess with UI color design, not yet atleast)

Textbox2

same like the textstring2 this is just another design for the textbox.

Last updated

Was this helpful?