I want to make a TextLabel announce a songs name when it's playing, but it will not work.
while true do wait() local Asset = game:GetService("MarketplaceService"):GetProductInfo(game.Players.LocalPlayer.PlayerGui.Music.ScrollingFrame.Sound.SoundId) script.Parent.Text = Asset.Name end