Searching for sound effects with SearchAudio and AudioSubType no longer gives a title

local s = Instance.new("AudioSearchParams")
s.SearchKeyword = "laugh"
s.AudioSubType = Enum.AudioSubType.SoundEffect -- Comment out this line to get titles
print(game.AssetService:SearchAudio(s):GetCurrentPage()[1].Title) -- Will be blank if the line is not commented, otherwise the name

This broke earlier today, as players in My Movie were reporting sound names being blank (and apparently sometimes “testItem” according to this one?).

2 Likes

Dupe of AssetService's SearchAudio not returning correct asset information - #4 by polipiolypus, beaten to the punch :slight_smile:

1 Like

Hi @Kampfkarren,
I’ll use the ticket you linked to update you on progress on this issue

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.