I want to make amor that I can equip in a custom inventory gui. But I don't now what object to use. Would you use a tool and if so is it possible to make it so you can equip more then one tool?
If you want to display armour in an inventory GUI, I would recommend using Image Buttons that would display the image of the armour you are trying to equip. Assuming you stored what armour players own in the server then have every image button represent an id. The server would then check the inventory container to see if they own that id is so then go of equipping the armour via the tool, model etc..
How I would go of storing armour and inventories would be using Object Oriented Programming but that itself is a whole different topic and you may find that difficult but I still encourage you to go check it out and learn what you can! - Regards Syn
If this helps an upvote and solve would be appreciated :)