i think you have to create as many local scripts in startergui as there are things you want to disable. so create 4 local scripts and in every one of them put one of the scripts instead of typing it all in one. so basically create 4 local scripts in startergui and then in the first script ( ** **game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, false)** **) in the second one ( ** **game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)** **" and repeat the till youre done. hope this helps
After you told me that it worked for you, i realized that there may be a script that activated all of them a few later. And it was true. Thank you for making me realize