Chat system disabled

Hi all, ive come across an issue to where the chat system within my game is fully disabled. I cannot figure out whats causing it. Theres no scripts disabling the chat window, nor are any game settings changed (as far as I know) that could be causing it. Does anyone know why this could be happening, and how it can be fixed?
Screenshot_121

TIA :slight_smile:

Are you sure you’re not using some kind of a script like:

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

You could all scripts using the Find All / Replace All feature to try to find it.
image
image
It should open this and you can try to put in the code I’ve mentioned before.
Update me if it doesn’t work!