The id has to be in the sound object in it's SoundId.
eg.the sound object's name is 'Song',you'd put the id and in the script you'd type something like this.
workspace.Song:Play()--considering the song is in workspace.
Once the cutscene is done playing-
workspace.Song:Stop() |