Player
Object that represents a player in the game.
Properties
| number ID | ID of the player |
| string Name | Name of the player |
| bool Killed | Whether the player is dead or not |
| Vector3 Position | Player's position in the game world |
| number Speed | Player's speed power value |
| number BombPower | Player's blast radius power value |
| number Bombs | Player's current bomb count (excludes placed bombs) |
| number BombsTotal | Player's current bomb count (includes placed bombs) |
| bool HasPushing | Whether the player has the Pushing powerup |
| bool HasJumping | Whether the player has the Jumping powerup |
| ShieldState ShieldState | State of the player's shield |
| number Wins | How many rounds were won by that player |
| number Kills | How many kills that player has |
| number Deaths | How many times that player died |
| Team Team | The team this player is on |