local lib = loadstring(game:HttpGet('https://raw.githubusercontent.com/TheoTheEpic/AquaLib/main/AquaLib.lua'))() local window = lib.createWindow("Aqua", "Aqua Library", true) local tab1 = window.createTab("Test Tab") local section1 = tab1.createSection("Test Section", false) local section1 = tab.createSection("Test Section", false) -- tab.createSection(text, is expanded by defualt) tab.createButton("Test Button", function() -- tab.AddButton(text, callback) print("Button Pressed!") end)