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

Removing LeaderBoard GUI?

Asked by 10 years ago

So, i'm making a game (duh) and i'm trying to figure out How to Get rid of the Leaderboard, Health bar, And toolbar. How is this Possible? I have seen other people do it. I have not tried anything, because i do not know the first bit of how this is Possible. Please help.

2 answers

Log in to vote
2
Answered by 10 years ago

first of all you need to put a local script in starter gui or starter pack then put this code in

game.StarterGui:SetCoreGuiEnabled("PlayerList",false)

there are other ones you can do instread of PlayerList you can do "Chat" or "Health"

0
i also forgot you can also do "BackPack" or "All" if you don't want any of them mikeinator3214 0 — 10y
Ad
Log in to vote
-1
Answered by 10 years ago

Simple... Thats all you gotta put :

game:GetService("StarterGui"):SetCoreGuiEnabled("PlayerList", false
1
Thank you! starkiller523 65 — 10y
0
Welcomes PancakeAttacks 0 — 10y

Answer this question