I need help with armor equipping with Gui

I need help to make a equip able armor like in Dungeon Quest
so when you click the Gui it places armor on your character so I need a script for the gui button and help of what to do to get to like Dungeon Quest equip able armor.

And Sorry if I’m out of category new to the dev forums posting.

1 Like

This category is for scripting support, not requests. If you perhaps got started with some code, we might be able to help.

1 Like

Do you mean like this?
https://gyazo.com/e5b2bdb778a911ee035d9ddd7efc4906

I just had one folder for equipped armor, and the other for unequipped armor. Every time something is clicked, I just refresh the gui

1 Like

Does equip it on your character
does it work like Dungeon Quest?

What category do i put it uder then?

yea, it does, I just used some welding

Can you teach me how to make it

All I did to “equip” the armor was weld the primary part of the model onto the player using weld.

how do you make that?