Hello Developers,
I’ve had the chance to make a music system and was wanted to implement a copyrighted audio check. Basically, it would check if the song is copyrighted and repeat the song selection process until the song isn’t copyrighted like so;
repeat CHOSEN_SONG = Variables.MARKETPLACE_SERVICE:GetProductInfo(CHOSEN_SONG).Name ~= "(Removed for copyright)"
But, every now and then instead of [ Content Deleted ]
I’d see (Removed for copyright)
. So it makes me wonder, which one do I look for?