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)
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
This will only change the sound on the client