Old Chat System - LegacyChatSystem converted to TextChatService API

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)

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)

1 Like