[SOLVED] Make an entity point to another entity?

Hi @PhilipJeffrey!

For lookAt you need to use a position, so it should be something like below.

this.entity.lookAt(this.Player.getPosition());

Check also my topic about lookAt.

2 Likes