Issue - Can't re-enable another gui

Correct me if I’m wrong however, if you use game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
it disables ALL gui components, which means if you try to make ANY gui object visible it won’t be visible in the first place.