of     1   

ItsMeKlc
#139955439Friday, July 11, 2014 4:41 AM GMT

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
Tynexx
#139955540Friday, July 11, 2014 4:42 AM GMT

game.Players.LocalPlayer.PlayerGui:SetCoreGuiEnabled("All", false) That works, you forgot a "s" at Players ~Tynexx
ItsMeKlc
#139955716Friday, July 11, 2014 4:44 AM GMT

"SetCoreGuiEnabled is not a valid member of PlayerGui"
ItsMeKlc
#139956062Friday, July 11, 2014 4:47 AM GMT

Bump
ItsMeKlc
#139958302Friday, July 11, 2014 5:11 AM GMT

Last Bump
AnonyAnonymous
#139958680Friday, July 11, 2014 5:15 AM GMT

game.StarterGui:SetCoreGuiEnabled("All",false) game.Players.PlayerAdded:connect(function(Player) script:Clone().Parent = Player end)
AnonyAnonymous
#139958811Friday, July 11, 2014 5:17 AM GMT

Nevermind, that wouldn't work.
AnonyAnonymous
#139959088Friday, July 11, 2014 5:20 AM GMT

Actually, the script I provided would work in a normal script.
FreeScriptMaker
#139960821Friday, July 11, 2014 5:43 AM GMT

Nobody here has any idea what they are talking about SetCoreGuiEnabled is a member of StarterGui and should be used in a LocalScript.
2eggnog
#139963204Friday, July 11, 2014 6:17 AM GMT

^

    of     1