New update:
- Fixed a race condition I found that leads to chat erroring and not working if it loads before the new topbar (never happens with the old topbar since it completely loads before game scripts start)
New update:
Is TextChannels with commands possible with this?
Kinda, channels outside of team and general arent implemented but commands work fine
Theres a chance this system WILL need to get updated in your games by at least January when I work out a fix for relying on a few legacy APIs (if roblox actually provides replacements to get your own chat button which I feel they wonât)
I may have to end up relying on TopbarPlus and completely âdisablingâ chat with SetCoreGuiEnabled which will break any script relying on SetCore to customize the chat system but will bring better performance since ExperienceChatMain will be disabled
Because roblox is roblox, youâll most likely have to update ~January (though Iâll most likely migrate this to a package to make future updates and fixes easy)
Pushed an update to move chat icons to TopbarPlus v3 and now Chat is always âdisabledâ with SetCoreGuiEnabled (may improve performance)