if game.PlaceId == 109248348356425 then local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("ez win", "DarkTheme") local MainTab = Window:NewTab("Main") local MainSection = MainTab:NewSection("Main") MainSection:NewButton("FreeVIP", ".", function() game.Workspace.VIP:Destroy() end) MainSection:NewButton("Tp to WIN", ".", function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = workspace.winner.CFrame end) end