I was trying to get a keybind module going for my game which would handle basically get the correct input type for the users specified input device making my life easier but then when it tries to convert a ‘KeyCode’ longer then a single character(‘LeftShift’ or ‘LeftControl’) it can’t and returns an empty string.
Here a screen-shot of the command ran on the console
I’ve had to go with a function that convert it for me
I was wonder if this is a roblox bug or because of the different keyborads it can’t return a string for these ‘KeyCodes’.