---
title: players
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkmatch/players
---

# players

The players that join the match.

## Declaration

```swift
var players: [GKPlayer] { get }
```

## Mentioned in

Assigning players to teams using rules

## Discussion

Discussion This property includes all players except the local player.

## See Also

### Working with other players

- [expectedPlayerCount](gamekit/gkmatch/expectedplayercount.md)
