Player

Object that represents a player in the game.

Properties

number IDID of the player
string NameName of the player
bool KilledWhether the player is dead or not
Vector3 PositionPlayer's position in the game world
number SpeedPlayer's speed power value
number BombPowerPlayer's blast radius power value
number BombsPlayer's current bomb count (excludes placed bombs)
number BombsTotalPlayer's current bomb count (includes placed bombs)
bool HasPushingWhether the player has the Pushing powerup
bool HasJumpingWhether the player has the Jumping powerup
ShieldState ShieldStateState of the player's shield
number WinsHow many rounds were won by that player
number KillsHow many kills that player has
number DeathsHow many times that player died
Team TeamThe team this player is on