Is there any way to set the position of the mouse?
Mouse.X = VALUE
Does not work because Mouse.X is readonly
You can't
There's a good reason that Roblox doesn't allow you to control user input. Your only real option is to lock the mouse where it is.