How to move mouses position

I’m trying to move the mouse position and this is what I tried:

mouse.Y = Yposition
mouse.X = Xposition

However the ‘X’ and ‘Y’ are read only so I cant change it. Does anyone know how to achieve ths?

1 Like

Sorry to say this, but there is no workaround to this.

Imagine the implications if Roblox games could control your mouse…
Forcing players to purchase gamepasses for example.
So no it’s a read-only property for a reason

1 Like

It is impossible to control the mouse of the player however you could create a dummy mouse which would be you setting the player’s mouse to be invisible and add an image of the mouse on the screen which you can control

4 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.