How do you remove the controller dot?

At random times this dot keeps appearing when I have xbox controller connected.
I assume it’s the ‘aim/mouse’ of the xbox.

How do I remove this? I have found no thread or wikipage about it sofar :confused:

3 Likes

https://developer.roblox.com/api-reference/property/UserInputService/MouseIconEnabled

Disabling that will prevent the dot from popping up.

You will probably want to enable/disable it as the user goes between input modes (keyboard/controller) to ensure they will have a mouse icon again when they switch to mouse/keyboard.

8 Likes

Resource: LastInputTypeChanged

4 Likes

You can use this:
local userInputService = game:GetService(“UserInputService”)

userInputService.GamepadConnected.MouseIconEnabled = false

Unfortunately when testing on the xbox console it still pops up when joining the game

Apparently this is a roblox issue when navigating through the menu the white dot pops up