Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Hide Playerlist is not a valid member of Workspace "Workspace" server script help?

Asked by 1 year ago

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!!

0
Remove this part of the script "game.Workspace["Hide Playerlist"]:Destroy()" it's not important it simply delete the parents of the script but you mess up something like transferring the script to another location. AltairCelestia 47 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
game.Workspace.BanScript:Destroy --- Then are banned players able to join the game!
0
Copy this, I already solve the problem and remove unimportant part of the script. AltairCelestia 47 — 1y
Ad

Answer this question