ID:1916990
 
Hey guys so I am trying to make it to where you have an inventory, but it's not an actual tab and when you click the Inventory button a pop-up menu just like a list basically appears showing you what is in your inventory. Would I actually need a tab or what?
Make a new window in the interface named Inventory and uncheck the visible box then under the bag gui put
gui/inventorybag
Click()
winshow("Inventory","focus=true")
Oh forgot oops