this is my alt account, feel free to follow me on @JinkusuSPL and follow here for useful formulas and tutorials these are free use blocks to find the direction to a point, or to find the direction of two separate points. (you can also drag Dongo Cat) drag the two circles to change the direction of Dongo Cat you can press and hold 1 to make the dongo cat point towards the mouse you can press and hold 2 to make the Dongo Cat point to 0,0 and you can press and hold 3 to have Dongo Cat point towards a random direction from a random position (adjustable with the two variables) not holding anything snaps to the pink and green circles. FORMULA: (NOTE: for this formula, all brackets count as parentheses. this includes (/), [/], and {/}. a number surrounded by two | is absolute value, IE |-1| = 1) /*/ Delta means the change from one value to the next, here is the formula Delta.X = (X1 - X2) Delta.Y = (Y1 - Y2) /*/ theta.Angle = {[(arcTangent (Delta.Y / Delta.X) + 90] - (180 * [X / |X| ])} * -1