I have a SurfaceGui and I need a script so when I click on a button it plays an song.
function GUIClick() game.Workspace.MUSIC NAME:Play() end script.Parent.MouseButton1Click:connect(GUIClick)
Make sure the "MUSIC NAME" is replaced with the Music file's name and is in workspace. And make sure the script is a Local Script so only the player who clicked it can hear it.