Roblox chat not showing

For some reason, no matter what I do, I cannot get the chat to load

I checked all the scripts and they dont affect anything

1 Like

Did you use CoreGui at any time? If so then did you make it turn off the chat?

Delete any suspicious scripts/plugins you may have installed.

The only time I used CoreGUI was while playing to get a screenshot with the lighting plugin
I was in playing mode so it shouldn’t have affected anything

Only an attempt to fix the chat not working

Checked everything and nothing touches the GUI

use

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat,true)

to enable the chat

tried that and did it wrong

fixed now