Hi, I want to make the mouse move when the user uses their joystick for gamepad/controller. I do not want to use the built in mouse for xbox feature since I am making my own character controller and the point is custom. But on controller, there is no way to move the mouse (without a keypad mapper). Is there a way I could move a circle on the screen and get the mouse hit raycast position of it?
1 Like
This is not possible, and Roblox probably has no plan to change this. The most you can do is change the UserInputService.MouseDeltaSensitivity
or UserInputService.MouseBehavior
. There has been a feature request here, but it was never made possible.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.