I know it is possible, but I forget the function, does anyone know?
It is possible, using SetCoreGuiEnabled
1 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Type, false ) |
2 | --[=[ |
3 | Enum.CoreGuiType.PlayerList |
4 | Enum.CoreGuiType.Health |
5 | Enum.CoreGuiType.Backpack |
6 | Enum.CoreGuiType.Chat |
7 | Enum.CoreGuiType.All |
8 | ]=] |