Recently, I’ve noticed that the Roblox chat sometimes breaks for players in my game. However, I am unsure of why this is occurring. I did make my own copy of the ClientChatModules so I could enable chat resizing and have a blue chat for anyone with VIP. However, this doesn’t appear to be the cause of the issue.
There is an error being produced in the client log:
Requested module experienced an error while loading
Stack Begin
Script 'Players.Dev_Tony.PlayerScripts.ChatScript'.Line 15 - local DoEverything
Script 'Players.Dev_Tony.PlayerScripts.ChatScript'.Line 130
Stack End
The problem may be just that though, given you’re experiencing issues with your own edited chat system but not the regular one. Did you add all of the chat system components? What script changes did you make?