Skip to main content

Players

These APIs allow you to interface with Players in the game. This inherits from the shared Players class.

Global Methods

Players.Respawn(player: Player, health?: number, max_health?: number)

Respawns a Player. The health and max_health arguments are optional - specify them to set the current health and maximum health of the respawned player.