Can you make a new post for these reports? I can follow up better there.
I’m not sure if this is true. From what I can see, both use 25, 27, 29 at 0.3 transparency.
Tabs are not implemented in the default UI at this time.
Since the new chat is a CoreGui, it will always appear over developer UI. This is more often expected behavior since the chat keybind will continue to work and take user input even if the chat is hidden behind another layer.
If you wish to momentarily hide the UI, you may use ChatWindowConfiguration.Enabled and ChatInputBarConfiguration.Enabled or StarterGui:SetCoreGuiEnabled instead.
Apologies for the miscommunication, it was a reply on @ValiantWind about a custom chat resource (BetterChat):
The new chat system has a clean UI and a pretty good UX.
One thing I would recommend is to add auto-completions. By autocompleting with built-in commands and usernames, players won’t have difficulties with using these commands.
Nowadays, people seem to struggle often with “/team” and “/whisper”, so it would be helpful to recommend the best input before they send it.
Please check out the previous Studio Beta announcement: New Beta In-Experience Chat System for Channels, Filtering and More! (we actually linked this above a few times in the original post, please read it in detail if you can!) for more usage examples, including implementing chat tags.
Also I highly recommend you check out the documentation links for more information, for example the documentation for TextChatService | Roblox Creator Documentation lists out some of the default commands that are created when TextChatService.CreateDefaultCommands is set to true, including mute/unmute commands.
I already enabled the new system to see if it’s good. I like it so far because admin still works and it matches the rest of the UI. It has a few minor bugs that have already been reported and personally I think the : should be the same color as the name but other than that it’s great! Thanks for releasing it!
Are there a any legitimate reasons as to why coreguis below the topbar are always misaligned? Seeing as newer stuff are still following this trend I’d thought I’d ask. ocd not fun