So I am trying to hide the top menu with the player list, health bar and that stuff and this script works
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)v
But it only works in roblox studio how would I make it work in the actual game?
Nobody answered but I figured it out.
--LocalScript --Put script in StarterPack game.StarterGui:SetCoreGuiEnabled(2, false) game.StarterGui:SetCoreGuiEnabled(3, false)