How do I turn on Console mouse?

I wanna turn on the controller mouse, I’ve seen it in games and I’m wondering how I activate it.

See this announcent: Gamepad Virtual Cursor: APIs

Set VirtualCursorMode in StarterGui to Enabled. GamepadService has two methods: EnableGamepadCursor and DisableGamepadCursor. The enable method can take an optional argument: a GUI object that the cursor should first appear on.

1 Like

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