StarterGui:SetCore("ChatActive") does nothing

Running StarterGui:SetCore(“ChatActive”, true/false) does not seem to do anything in any place instance. The topbar icon and chat do not update, nor does the value returned from StarterGui:GetCore(“ChatActive”) update.

System information: AMD Ryzen 7 3700X 8-Core Processor, 32 GB, AMD Radeon RX 6700 XT
ChatActiveBug.rbxl (58.9 KB)

Expected behavior

The chat window should open or close and the value returned from :GetCore(“ChatActive”) should reflect what was passed through :SetCore(“ChatActive”).

11 Likes

Additional context. I am experiencing this issue too with our game.

ChatActive works fine on Roblox Studio, but does not work in a live game. The expectation is that disabling ChatActive should hide the chat while still allowing the player to reopen the chat if they want to. This happens in Roblox Studio, but never in the live game.

Same problem, not sure when it stopped working but probably when yours did.

This is both Studio and in live games. (for me)

we have the same problem, it doesn’t do anything now

1 Like


The logic provided for detecting a SetCore is backwards and also doesn’t provide an else statement for setting the chat to be non active.
If your setting the chat to be visible it’ll only show when the local user cannot chat.

1 Like

Is anybody going to fix this or acknowledge that it is a problem?

Thanks for the report! We’ll follow up when we have an update for you.

4 Likes

I am still having this issue and it’s annoying. I thought it was an issue with my mode, but I found it was a bug with Roblox. I am currently using a workaround that disables both the window and textbox. Sadly, this isn’t my desired effect as it doesn’t let the user set the chat active freely, even when disabled by scripts

Any update? This is still not working.

Hello, my apologies for the delay. We are currently still working to find the root cause of this issue.

5 Likes

Hey all, just want to let everyone know that the root cause has been found for this bug and we will be rolling a fix out ASAP. We will let you know when the fix has been rolled out to everyone.

5 Likes

Any updates? It’s still not working

It is still not working for me, in studio and in the player. It’s been 7 days, fix the thing already