[Minor] Sound failed to load error messages

The new Sound failed to Load error messages seem to be shown immediately when a sound is created in run-time, even if the sound’s SoundId is blank, or it isn’t playing.

I’m starting to notice this in a lot of games right now, including my own.
Is it just bad practice to parent sound objects before setting their SoundIds?

Bug. Because Roblox’s menu produces this error now, I forget the name of the sound though.

I also notice these error messages when opening an existing save which has sounds in SoundScape (dunno how they got there in the first place)

Duplicate of this thread : Documentation - Roblox Creator Hub

Can be avoided by setting the soundId before parenting the sound, but yeah it shouldn’t produce this error for blank soundIds. Developers could easily check if there were any blank soundIds in their game themselves if they wanted to, if they thought they forgot to fill one in or something like that.