I am working on a top down shooter, at the moment I have it so that every tick a sprite (which is the cross hair) moves to mouse.X and Mouse.Y, I have my character with 8 direction controls and to face mouse.X and mouse.y with every tick.
The bug is that when I move to in any direction, the cross hair moves as well so its no longer following mouse.X or mouse.Y