Enemy is that way arrow

Hi all,

I’m trying to make an objective arrow, that points where the player is supposed to go, but I cant figure out how to make the arrow rotate around the player. The game is a space battle, so it’s overhead view, so i want the arrow to rotate around the player about 4-5 blocks away. Any ideas how to do this?

There are a few ways to do it, but I would probably try this:

  1. Make a big object, larger than the player, mostly blank with an arrow pointing forward
  2. Place this arrow object on the player using an attachment
  3. Use a Look At block to point the arrow at the enemy

I think this will do what you want.

That did it perfectly. Thank you!