用户:
朝气的树毛虫_8FR查看:0 回复:1 评论:0 创建时间:2021-06-23T15:46:35
碰到模型,装在右手,然后让模型消失,我试的时候连手上的也没了。
//需要给所有的武器模型添加标签:武器
world.onEntityContact(({entity,other})=>{
if(!entity.isPlayer && other.isPlayer && entity.hasTag('武器')){
other.player.a喵Wearable({
bodyPart:Box3BodyPart.RIGHT_HAND,
mesh:entity.mesh
});
entity.destroy();
}
});点赞0
评论