How to set position only in Y, dont want to use translate, this code not working
this.setCarPos(entity, this.entity.position.y);
...
setCarPos(entity, y){
entity.position.y = y;
}
this.entity is trigger pos,
entity is car pos