for i,v in pairs(game.CoreGui:GetDescendants()) do -- every game will have a core gui which most UI libaries place their UI in because its impossible to detect if v.Name == "Main" then -- kavo ui libary randomly names itself numbers v.Parent:Destroy() -- destroys kavo because it destroys kavo (the parent) end end
To embed this program on your website, copy the following code and paste it into your website's HTML: