New chat update bug

Every time something is added to the PlayerGui in my game, it unfocuses the chat bar. Also, sometimes you won’t be able to switch tools in your toolbar by pressing the numbers on your keyboard, you have to click the tool and equip it manually for it to work

For the not being able to select Tools you can read this post for the fix: New Chat System Now Live! - #191 by TheGamer101

1 Like

Isn’t the first part a known bug (acknowledged here)?

Specifically:[quote=“TheGamer101, post:2, topic:31402”]
This is not intentional, it is a bug in our workaround for another bug! The chat attempts to re-parent itself to be the ScreenGui displayed on top whenever something is added to PlayerGui. We [are] releasing a ScreenGui.DisplayOrder property soon, and this will remove the need for this.
[/quote]

I’ve cut out some and bolded the significant section. This is being fixed soon (according the the last quoted sentence). For more context and the full quote, visit the original thread.

1 Like

Fixed in the first release of January, unfortunately no updates for the rest of the year.
There’s a workaround posted in the thread if you’d like to fix it specifically in your game.