Advertisement
CodeZenKorean

Bring Old Oof Sound Back

Jan 10th, 2024
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | Gaming | 0 0
  1. while wait() do
  2. local player = game.Players.LocalPlayer
  3. local HRP = player.Character:FindFirstChild("HumanoidRootPart")
  4. local DeathSound = HRP:FindFirstChild("Died") -- Checks if Died.
  5. DeathSound.SoundId = "rbxassetid://1237557124" -- Old Death Sound ID
  6. DeathSound.Volume = 1.25
  7. end
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement