"Captures" CoreGUI gets disabled when enabling "Chat" CoreGUI in new updated experience controls

Using the new updated experience controls, the “Captures” button in the hamburger menu disappears forever and cannot be re-enabled if “Chat” CoreGUI is enabled after “All” CoreGUI types have been previously disabled.

Steps to reproduce:

  1. Disable all CoreGUI with StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All,false)
  2. Enable Captures with StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Captures,true)
  3. Wait a few seconds, then enable Chat with StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat,true) . This causes Captures to disappear when it shouldn’t.
  4. Re-enable Captures with StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Captures,true) . It will not come back.

capturebug.rbxl (52.9 KB)

Expected behavior

I expect “Captures” to not disappear when “Chat” is enabled in the CoreGUI. I also expect “Captures” to be able to be re-enabled after being disabled.

2 Likes

Thanks for the report, the experience controls team is working on getting a fix out in the next client release.

6 Likes

Thanks so much! Please let me know when the fix is live :slight_smile:

Hi, the fix should be live for Mac and Windows clients. The fix for mobile is coming soon, likely within the next release.

3 Likes

Thanks so much! Has it fully rolled out yet? I am using Windows and I am still having this issue.

It should now be live on all platforms! Please let me know if you are still reproducing after fully re-launching the app.

3 Likes

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