local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Free character", "DarkTheme") local Tab = Window:NewTab("Main") local Section = Tab:NewSection("Gamepass and badge") Section:NewButton("UTDM", "ButtonInfo", function() local args = { game:GetService("ReplicatedStorage"):WaitForChild("UTDMDIGI") } game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args)) end) Section:NewButton("RockStar Speakerman", "ButtonInfo", function() local args = { game:GetService("ReplicatedStorage"):WaitForChild("rockstarDIGI") } game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args)) end) Section:NewButton("Titan Drill ", "ButtonInfo", function() local args = { game:GetService("ReplicatedStorage"):WaitForChild("drilltitanEEE") } game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args)) end) local Tab = Window:NewTab("Early access ") Section:NewButton("soon ", "ButtonInfo", function() end) Section:NewButton("soon ", "ButtonInfo", function() end) Section:NewButton("soon ", "ButtonInfo", function() end)