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

How do I hide/remove the new roblox health bar? [closed]

Asked by
Voltoxus 248 Moderation Voter
10 years ago

The new update moved the health bar to the coregui I assume how do I disable the leaderboard, Healthbar, and Backpack bar?

Locked by Marios2, docrobloxman52, HungryJaffer, and User#5978

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
11
Answered by
Merely 2122 Moderation Voter Community Moderator
10 years ago
game.StarterGui:SetCoreGuiEnabled("Health",false)

EDIT: Note that it has to be done from a local script.

0
Thanks Voltoxus 248 — 10y
0
If your question is answered you should click the button to accept it as an answer. Merely 2122 — 10y
1
I don't think he'll read this, but if you want to disable them all (Chat, Leaderboard, Backpack and Health) you can replace the Health in Merely's script with all. Mystdar 352 — 9y
Ad