Hiding CoreGUI Health, leads to hiding the Captures option from hamburger menu

Hello
Running the following code in a Local script on an empty baseplate, hides the Captures option from the hamburger menu

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
task.wait(2)
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)

image

Happens both in Studio and in live game

Expected behavior

I expect the Captures option to not be hidden from hamburger menu

3 Likes

Removing the last line of your code would make the button appear? The title is misleading if so.

yes, removing the last line will make the Captures option appear.
What is wrong with the title?

1 Like

Hey I believe this is related to this issue: "Captures" CoreGUI gets disabled when enabling "Chat" CoreGUI in new updated experience controls

A fix is on the way and should be out in the next release.

2 Likes

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