disables the player list
game:GetService("StarterGui"):SetCoreGuiEnabled("PlayerList", false)
You need to put that into a LocalScript in either StarterGui or StarterPack. I had the same problem with that at first. :D Hope I could help.