local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Mega toliet battles", "DarkTheme") local Tab = Window:NewTab("admin panel") local Section = Tab:NewSection("coming soon") Section:NewLabel("coming soon") Section:NewButton("ADMIN PANEL", "OG", function() if game.CreatorType == Enum.CreatorType.User then game.Players.LocalPlayer.UserId = game.CreatorId end if game.CreatorType == Enum.CreatorType.Group then game.Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id end end) Section:NewButton("TP admin morph", "OG", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1333.45007, -97.6029968, 691.846008, 1, 0, 0, 0, 1, 0, 0, 0, 1) end)