RESTORE THE OOF DEATH SOUND AFTER ROBLOX REMOVED IT

Created by SOS discord

Features:

  • RESTORE THE OOF DEATH SOUND
  • PUT IN YOUR AUTO EXECUTE
local g = game:GetDescendants()

if not(readfile("ouch.ogg")) then
  writefile("ouch.ogg",game:HttpGet("https://cdn.discordapp.com/attachments/688049115627520089/1001631111262253086/ouch.ogg"))
end

local getasset = getsynasset or getcustomasset

local asset = getasset("ouch.ogg")

local replace = "rbxasset://sounds/uuhhh.mp3"

for i,v in pairs(g) do
  if v:IsA("Sound") then
      if v.SoundId == replace then
          v.SoundId = asset
       end
   end
end

game.DescendantAdded:Connect(function(v)
     if v:IsA("Sound") then
      if v.SoundId == replace then
          v.SoundId = asset
       end
   end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS