How to make an enemy point at me?

I have this tank game, (here’s the link: https://flowlab.io/game/play/469744) and I’m trying to have my enemy turn to face me while shooting, but I can’t figure out how to do that. Please help!

You can use a PointAt block to make an object point at another. Here’s an example: https://flowlab.io/game/play/188859

Oh. Thanks!