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”).

12 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.

1 Like

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

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

1 Like

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

2 Likes


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.

2 Likes

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

1 Like

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

5 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

2 Likes

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

Hello everyone. I’m really sorry for the delay. Another bug was found that created a bad interaction with this fix, and so the release has been pushed back. Once the rollout is made, we will let you know.

2 Likes

Hello everyone, just wanted to let you all know that we rolled out a potential fix for this. Please let us know if the error is resolved!

4 Likes

Bug seems to be fixed! Thanks!

1 Like

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