is there a way to get rid of the red flash when a player dies
1 Like
1 Like
local StarterGui = game:GetService(“StarterGui”)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)
The vignette is part of the Health CoreGui, no other way. You can remove the sound by forking the script that handles it.