How to hide CorePackages

I have been trying to find out how to disable viewing the CorePackages folder in the Explorer, anyone know how? (The option isn’t in the settings)

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

1 Like

Looks like this thread is showing up on Google when people ask this question, so I’m here to link my response on this similar thread which also shows up on searches. Also, the answer above is just flat-out wrong and I’d like to save people the time of trying something that won’t work.

Short answer: the property is hidden in studio settings, but can still be modified using the Command bar.

1 Like