Hello everyone !
I created a menu and I would like to make a sliding menu or when I would add a square or other I could go down the page ?
here is my code :
local Frame = vgui.Create( “DFrame” )
Frame:SetPos( 5, 5 )
Frame:SetSize( 300, 150 )
Frame:SetTitle( “New window” )
Frame:SetVisible( true )
Frame:SetDraggable( false )
Frame:ShowCloseButton( true )
Frame:MakePopup()