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?).