Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can I Change the Character Death Sound?

Asked by 4 years ago

"Oof" is great and all, but is there any way I can change this audio for all players?

2 answers

Log in to vote
1
Answered by 4 years ago
Edited 4 years ago

If you play solo and look into the children of your characters head you will see sounds like Died and FreeFalling.

You want to change the SoundId of the Died sound.

When the character is loaded you just change it to the sound ID you want.

character.Head.Died.SoundId = "rbxassetid://0000000000"

Use the following events to do this.

  1. Players.PlayerAdded

  2. Player.CharacterAdded

0
don't worry i'm gonna write an answer xddd User#24403 69 — 4y
0
It doesn't work I don't see sounds into head MadziaxGessler 0 — 4y
Ad
Log in to vote
0
Answered by
B_rnz 171
4 years ago

Just like incapaxx said, you can change the Death sound through the character, but make sure you gotten the player first in the script.

Also heres a link for more info on SoundID's

Answer this question