Is it possible to partition the inventory tab? I tried by using istype then even lists to displaying whats in them but I can only do it using for and it causes problems. If doesn't seem to work.
|
mob/Stat() I want to be able to partition (with a title for each) the inventory tab while having control over whats being put in. It becomes a problem because when I'm using for it does it for every single item. I want to know if I can make a header for it without it repeating, and disappears when there is no item under the specific header. |
If you need more help, you're going to have to explain better what exactly you're trying to do.