#help give armor
1 messages · Page 1 of 1 (latest)
use the equipable component
look at docs
bruh he isnt going to debug and learn himself if you straight up give it to him
Oh
mb sounded aggresive
Yeah pretend i aint say nothing
Read the docs
Search for Jayly script references and go to your module
Then you can see all components and how they work
const equipment = player.getComponent('equippable');
const head = equipment.getEquipment('Head');
const chest = equipment.getEquipment('Chest');
const legs = equipment.getEquipment('Legs');
const feet = equipment.getEquipment('Feet');