I've seen many places use this feature, and I decided I wanted to create a script myself on hiding the ROBLOX core GUI. The problem is I do not know how to even get started with it. How would I start off the script to hide the ROBLOX playerlist?
Thanks in advance.
Do this:
game.StarterGui:SetCoreGuiEnabled("PlayerList", false)--sets playerlist to off
Put this in a local script^
PlayerList = false game.StarterGui:SetCoreGuiEnabled(0,PlayerList)
**Script must be a localscript and placed into your StarterGui