==HOW TO USE== Input an x and y position and the cat will point towards that x and y position. Backpack and use in your own projects. NOTE: IF YOU USE THIS YOU NEED TO USE CREDIT!!!! ==HOW I MADE IT== I first created a right triangle between the cat and the point (to point towards) and calculated all of its side lengths. I used a little bit of trigonometry to find the angle 'theta' using the acos(x) function. Basically: theta = acos(adj / hyp) To get the final direction, I had to modify theta depending on some conditions. I took a bit of trial and error to get the negative directions working but, overall, it wasn't too hard! (seriously, I was surprised on how simple it was for me) (Yes @LAGposter1234 I know some trigonometry >:D) (Also 69 blocks let's go)