#help give armor

1 messages · Page 1 of 1 (latest)

grizzled silo
#

what's the error message in your console?

blazing relic
#

use the equipable component

#

look at docs

#

bruh he isnt going to debug and learn himself if you straight up give it to him

broken flume
#

Oh

blazing relic
#

mb sounded aggresive

broken flume
#

Yeah pretend i aint say nothing

broken flume
#

Read the docs

blazing relic
#

Search for Jayly script references and go to your module

#

Then you can see all components and how they work

woven imp
#
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');