Anubis Changing attachment is pretty simple: _skeleton.skeleton.setAttachment('rear hand item', 'w1'); But how to hide it completely? I see only one way: _skeleton.skeleton.findSlot('rear hand item').a = 0; Is there a better solution for this?