Introducing
About WindUI
Setup
LoadstringThemes
UI
WindowKey SystemTabDialogPopupNotificationTagTab Section
Elements
SectionButtonToggleSliderInputDropdownParagraphKeybindColorpickerCodeDividerSpaceImageGroup (deprecated)HStack & VStack
Advanced
ConfigsIcons

Loadstring

Load WindUI using loadstring

Load methods

Selected version

local _version = "1.6.64-fix"
local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/download/" .. _version .. "/main.lua"))() 

Latest version

local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))()

dist/main.lua from repo

local WindUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/Footagesus/WindUI/main/dist/main.lua"))() 

Setup (optional)

Set Notification Lower

It makes notifications appear lower, ignoring the jump button on the mobile

WindUI:SetNotificationLower(true)

Set Library Font

The font that will be used throughout this UI library. All fonts are available here: https://create.roblox.com/store/fonts

WindUI:SetFont("rbxassetid://font-id-here")

WindUI Functions

Name
()
()
()
(Theme: table)
(, ): table
()
()
()
()
()
()
(Lower: boolean)
(): number
(): UDim2
(Enabled: boolean)