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?