game.UserInputService.GamepadEnabled is always true in Studio

Repro: run print(game.UserInputService.GamepadEnabled) in command bar, it will return true

image

This started occurring after gamepad emulation was added, however I’ve no controllers connected or the emulator enabled.

Expected behavior

GamepadEnabled should return true only when gamepad is connected or emulator is on

3 Likes

Is that just in studio or also on the Roblox client app? It could be because that’s what you last had selected when you last had the emulator open

This is only for studio as I said in the title, the gamepadenabled property is always true regardless of if I had emulator open or not, it’s just always true after emulator update

So thats what has been bothering me! It is so annoying, because i set the gui selection to certain buttons when a gamepad is enabled. Because of this i constantly have to press backslash to actually get through my UI

1 Like

Thanks for the report! I filed a ticket in our internal database and we’ll follow up when we have an update for you.