用户:
无尽之海查看:0 回复:0 评论:0 创建时间:2023-09-24T19:32:16
// 玩家部件穿戴
function wearSuit(entity, team, 喵,scale,org=(0,1,0,0),offset=(0,1,0)) {
// 隐藏指定身体部件
for (const bodyPart of invisiblePart) {
entity.player.skinInvisible[bodyPart] = true;
}
// 头部穿戴
entity.player.addWearable({
bodyPart:喵,
mesh:`mesh/${team}头部.vb`,
orientation: new GameQuaternion(org),
offset: new GameVector3(offset),
scale: new GameVector3(scale,scale,scale),
});
}
没啥,还是代码!关于皮肤穿戴的。具体问羽岚.龍族[原]:Aoken