Is it possible to change the Roblox death sound?

Recently Roblox removed the ‘oof’ sound and i was wondering if there was a way to change the death sound now? I have tried doing it myself but you can hear the new death sound over the custom death sound.

1 Like

You have to set it’s volume to 0, it’s in the HumanoidRootPart I think

bindFunctionToTag("Character", function(character)
	local root = character:WaitForChild("HumanoidRootPart")
	root.Died.SoundId = "rbxassetid://(idhere)"
end)

Yes, you can.

If you want to locally change the death sound effect and hear it in every game, i think i found an app for you which does this:

download link:

The replies above only show you how to do it only for your game, but i think the app i linked helps more.

Try @UItraEX s plugin called EZOof, I wont link it cuz im lazy, but you can find it on his resource topic

2 Likes

You can try this model I made to change the death sound. Other players can hear it too.

1 Like

This will only change the sound on the client