I am working with a group of Developer on a piggy inspired game. I am trying to remove the player list, but nothing seems to work. Is there an easy way to remove it?
2 Likes
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
This WILL work
4 Likes
Where would I put this script under?
1 Like
Put it in any local script! I would say under either PlayerGui or ReplicatedFirst
1 Like
This worked. Thank you so much for the help!
1 Like
Np, Have a good and blessed day!
1 Like