Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Would you use a tool to make armor that you can equip ?

Asked by 4 years ago

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?

1 answer

Log in to vote
1
Answered by 4 years ago

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 :)

Ad

Answer this question