Remove the Death Flash Without Removing the Health Bar

Hello, good day. I was wondering if there’s a way if i could remove the death flash without removing the health bar.

This script allows you to remove the death flash but it also removes the health bar:

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)

If there’s anyway i could do this, help would be very much appreciated!

1 Like

I think it’s not possible, i’ve been researching for a while to do the same but nothing.