if I put this in a local script game.StarterGui:SetCoreGuiEnabled("All", false)
would that just do it for one player?
If not how could I get it just to work on one player?
game.Player.LocalPlayer.PlayerGui:SetCoreGuiEnabled("All", false)
that doesn't work :I |