• let button automatically create
    1 replies, posted
Hello there, Lets say we have frame1 and a button "send". If we click "send" there will automatically creates a button in frame2. How can I do that? Thx for help!
Something like this? Send.DoClick = function() buttontwo = vgui.Create( "DButton", frame2 ) buttontwo:SetText( "i am a button" ) buttontwo:SetPos( 25, 50 ) end
Sorry, you need to Log In to post a reply to this thread.