Move mouse to a position on screen?

I am making a game where you have to move the mouse through a level without touching the edges. But to do this i need the mouse to move to a start position in each different level. How can i do an on start make mouse position the same as where i want it to be when the game starts?

Mouse position input is read only. A complicated solution would be to lock the system mouse and display a ‘fake’ gui mouse, moving it around using the system mouse inputs. Then you could move this to any position desirable.

But it is quite a complex solution. Personally I agree with @Philipp’s simple solution.

Sorry for necro-posting but i have made a plugin that lets you set the cursor position, exacly what you want !
It can be found here :

Just gonna link this answer: