• How to remove default vgui text, button, etc
    2 replies, posted
Hello, local frame=vgui.Create("DFrame") frame:SetSize(500,300) frame:Center() frame:SetVisible(true) frame:MakePopup() frame.Paint = function(s,w,h) I just createted an vgui but I want to remove the default text and buttons https://files.facepunch.com/forum/upload/305674/cd0370a9-6790-4340-a602-2235cdd65eb8/Screenshot_29.png Thx for help and have a nice day
Use frame:SetTitle("") to remove the title, and the element your asking about is called a DComboBox Category
Love you <3
Sorry, you need to Log In to post a reply to this thread.