用户:
Lone_wolf查看:1 回复:2 评论:1 创建时间:2022-02-01T15:31:59
怎么在碰到一个模型之后就开始飞行(代码,一起跑酷那种)
沙拉黄world.onEntityContect(({entity,other)}=>{
if(entity.id=''){
if(other.isPlayer){
other.canFly=true;
};
};
});点赞0
评论