Hi all! I was wondering if it was possible to move the mouse via LocalScript. I have tested various things, but I can’t seem to be able to do it and was wondering if you are able to move it via Script, if there was a better and more efficient way to move it.
Not sure if this’ll work, but I think it’s worth giving it a try.
Maybe try using UserInputService.MouseIconEnabled to disable the player’s mouse’s icon, and have a custom cursor so that you can change it’s position.
2 Likes
Ah, that’s a good idea. Thank you!
1 Like