So, I was wondering how to put the mouse into the corner of the screen, and just how to move the mouse via script in general. Sort of like this game.
I need to move the mouse.Hit.p, and to do that, I would need to actually take the mouse, is there a way to do that?
I would have typed my answer as a comment, but it's way too long. I have found some sources for you to research into.
My solution is to hide the original mouse icon through UserInputService.
You can make the guy chase an ImageLabel, which is following your mouse. Learn how to get a users mouse here and how to get the position of the mouse here (click 'Y' under 'See Also').