I've been trying to figure out how to make the song playing on your game display on the screen, but I had no luck just wondering if anyone can help me.
Place this code inside each song file.
Music = script.Parent Music:Play() -- make sure this plays once hint = Instance.new("hint",workspace) hint.Text = Music.Name wait(yournumberhere) -- Make this wait the length of the song. Music:Stop() hint:Destroy() -- This destroys the hint after the song is complete