Issue with studio

An error that just started popping up saying ChatInputBarConfiguration.KeyboardKeyCode has an unsupported keycode for rendering UI:Enum.KeyCode.Unknown and i don’t know how to fix it.

Most likely some bug that roblox got going on after their latest update, guess best you can do right now is just ignore it and wait for a patch.

1 Like

Gotcha, i’ll keep that in mind.

This could be related to a bug I found related to ContextActionService. The bind fires out of nowhere, even if the key you have to press is not on your keyboard. The keycode is Unknown when it fires. I’ll have to report it today.

I haven’t used ContextActionService in any of my scripts for this project though.

Run this code in the command bar to fix the issue:

game.TextChatService.ChatInputBarConfiguration.KeyboardKeyCode = Enum.KeyCode.Slash

Thanks I tried it and it worked.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.