Roblox chat gone

Recently started developing for a guy. He contracted someone for a new game menu, so we decided to remove the old one.

The problem is, for the old one, you needed to click play before your chat would become enabled. After we deleted the old menu and removed the components (we have a game copy still with it, I’ve scavenged my way through that), we quickly realized that the chat would never appear in game.

I’ve tried everything I can to disable this setting, but I have not been able to find any scripts causing this anywhere.

Any feedback is very much appreciated.
image

There’s probably a script somewhere that calls SetCoreGuiEnabled(Enum.CoreGuiType.All, false) somewhere.

You can try re-enabling it with game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, true)

2 Likes

Thank you so much! This has been a pain for the past few days. Much appreciated!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.