Convert direction to angle on a circle

I am trying to make a GUI that takes the direction from a Player to a point, in this case an enemy, and turns it into a position on a radial GUI. This also would include rotating the indicator to face where it would be in world space.

The best example of what I am talking about is the detection system in Entry Point by Cishshato

1 Like

i think this should be helpful

Thanks! I used roblox’s formula to convert it into a point on a circle and it works. :smile:

i have decided to make this a seperate post