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

How do i make a script where there isn't a health bar gui?

Asked by 10 years ago

How do i make a script where there isn't a health bar gui?

comment below what you think please thanks

1 answer

Log in to vote
1
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
10 years ago

Use the SetCoreGuiEnabled Method to remove the healthbar. This script MUST BE in a local script in PlayerGui.

game.StarterGui:SetCoreGuiEnabled("Health", false)
Ad

Answer this question