Listen to the different sound effects and pick the one that you want to play whenever a player collects a coin. Click on the magnifying glass to open it.
Go into your code and add a line before 'item:Destroy()'. Find the sound effect using 'game.Workspace.CoinSound' and play the sound by applying the 'play()' method to it.