ChatInputBarConfiguration.TextBox Keycode not working

,

Hey there all, I’m currently working on a classic chat system where it requires a new chat input bar in the PlayerGui.

So far I have the local script setting the ChatInputBarConfiguration.TextBox to the PlayerGui’s textbox, I’ve read up though that in certain instances that the Keycode breaks and as such is the same with one of my games, I for now am using the workaround, given by HunterDaFloofer, but was wondering if there IS a proper fix to this as stated by roblox staff themselves.

I was also wondering if anyone else is still experiencing this issue and if they have found other workarounds?

I’d also like to mention that my code DOES work in another fresh game however importing it into the game I would like it to work in doesnt activate the chat bar with the keycode press.