Can someone please tell me how can I disable the default health bar and badges notification?
idk about badges, but for health bar i think its just
local script:
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health,false)
StarterGui:SetCore("BadgesNotificationsActive",false)
my just figured out from going into studio, you can
6 Likes
Thank you mate:)
You figured it out? Nice
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.