I get these 2 error messages in my output everytime i run my game and I can’t find their sources
I tried searching for these IDs on the roblox marketplace but i get a “This asset was moderated” error, these sounds were not created by me
i also tried searching through the game files using a script but it didn’t print anything either
for _, obj in pairs(game:GetDescendants()) do
if obj:IsA("Sound") then
if obj.SoundId == "rbxassetid://525166232" or obj.SoundId == "rbxassetid://113025666500774" then
print("Found Sound: ", obj:GetFullName())
end
end
end
how do i get rid of these error message?