print("Removed Player list!") game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) game.Workspace["Hide Playerlist"]:Destroy() --- > This will remove this script. --- Why? Then hackers cant remove this script --- Many hackers can do (game.Workspace.BanScript:Destroy) --- Then are banned players able to join the game!
--- WARNING: Do not change anything here!!
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) game.Workspace.BanScript:Destroy --- Then are banned players able to join the game!