Disabling the damage effect?

When you take damage, I think more than 10 or 5, your screen goes red for a second. How do I disable this effect? Or how do I adjust it to my needs?

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)

Note that this method also removes the health bar GUI in the top right.

1 Like