Hello everyone, I have a question, first of all is it posible to move a players cursor through the screen without the player needing to intervine? Like can I move the cursor because of a script and not the player?
If so how can I do it? I’m thinking on using Mouse.Position but I’m not to sure that it is a real property.
Create a new Mouse image, And disable the normal mouse. Then use a render loop to update that mouse icon to the real mouse location.
You can move this fake mouse icon wherever you want.
Edit: For pressing buttons. Create a table of buttons you might press and the function when it will be executed. Then you can automatically fire those button functions or connect it so when MouseButton1 is clicked. The button function is fired.
You could also just remake the mouse on a big scale and fix alot of issues roblox hasn’t fixed yet. Such as the 1 object & its descendants ignoring property.