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.
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"
Simple... Thats all you gotta put :
game:GetService("StarterGui"):SetCoreGuiEnabled("PlayerList", false