local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/ZeianRussell/Kavo-UI-Library/main/Movable.source.lua"))() local Window = Library.CreateLib("Zephyr V2 | Granny UI Chooser", DarkTheme) local Tab1 = Window:NewTab("Main") local Section1 = Tab1:NewSection("Main") Section1:NewButton("KavoUi", "Better for phone", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Unknownlodfc/Zephyr/refs/heads/main/Zephyr%20V2%20%7C%20Granny%20KavoUi"))() end) Section1:NewButton("RedzLib V5", "Better for tablet", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Unknownlodfc/Zephyr/refs/heads/main/Zephyr%20V2%20%7C%20Granny%20RedZLib"))() end)