This method pauses a playing speaker.
function Speaker:Pause()
-- Create a new speaker object local speaker = Speaker() -- Start playing the speaker speaker:Play() -- Pause the speaker speaker:Pause()