6 Feb 2025, 20:56

@011830-0a42ef84 oh yeah , I added stuff to fix that, you have to do

point in direction(direction from x (0) y (0) x(mouse x) y(mouse y))

in order to do it, its a weird bug, I think what it’s doing is pointing from player x y to the mouse (which makes sense) but the mouse x y is relative to the screen, so you could be 500 pixels right and if you click in the middle of the screen, instead of showing 500 mouse x 0 mouse y it shows 0 mouse x 0 mouse y, and if you want something that isn’t the player to look at hte mouse I can make an example if you really need i t