Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- local player = game.Players.LocalPlayer
- local HRP = player.Character:FindFirstChild("HumanoidRootPart")
- local DeathSound = HRP:FindFirstChild("Died") -- Checks if Died.
- DeathSound.SoundId = "rbxassetid://1237557124" -- Old Death Sound ID
- DeathSound.Volume = 1.25
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement