用户:爱carry人的James_old_ox查看:3 回复:4 评论:3 创建时间:2023-01-01T08:40:26
吉吉喵教了如何给人物穿上模型,所以……
怎么脱下模型?
喵d
点赞0
评论
az))))))))))
ddd
for(const e of Object.keys(entity.player.skinInvisible)){
entity.player.skinInvisible[e] = false;
}
entity.player.removeWearables();
(好像是这个)