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

how do I make the name list on the top right corner disappear? [closed]

Asked by 10 years ago

Im making a game and i dont want the name list to be there can any one help me with this and where do i put the script?

Closed as Too Broad by Articulating

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?

1 answer

Log in to vote
1
Answered by
Kozero 120
10 years ago

Use this.

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)

You can replacePlayerList to remove the following CoreGui's loaded by roblox. Health--- Backpack---Chat---All

Ad