Trying to play music from the StarterGUI, why isn't this script working?
game.Players.PlayerAdded:connect(function(player) wait(5)-- Change to wait for player longer. player:WaitForDataReady() while wait(1) do player.PlayerGui.Music.Pitch = 1 player.PlayerGui.Music:Play() end end)