UserInputService:GetConnectedGamepads() not returning other gamepads on Xbox One?

I created and tried the following, and it never seems to print “Gamepad2”. only Gamepad1 even though I have multiple gamepads connected.

for _,Gamepad in pairs(InputService:GetConnectedGamepads()) do
print(tostring(Gamepad),Gamepad.Name)
end

Along with

print(InputService:GetGamepadConnected(Enum.UserInputType.Gamepad2))

If this is not my fault, and is just another unsupported feature then I will be sad.
Is there a way to get this working on xbox one?

1 Like

Trie this

I already did, as shown in one of the examples.

1 Like

You should make a new topic, no one will read it this anymore.