let localPlayerScore = request.localPlayerScore ?? 0
The problem is that Swift is expecting the 0 to be of type GKScore.
GKScore
I get the f