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

How to make a players health bar disappear?

Asked by 7 years ago

I need to know how to make a health bar disappear where it says their name and stuff

1 answer

Log in to vote
0
Answered by
RootEntry 111
7 years ago

You put a localscript in the startergui then in the script you write this:

local startergui = game:GetService("StarterGui")

startergui.CoreGuiEnabled("PlayerList", false)
Ad

Answer this question