> For the complete documentation index, see [llms.txt](https://hrscripts.gitbook.io/hrscripts-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hrscripts.gitbook.io/hrscripts-documentation/resources/hrlib/classes/hrlibclientfplayer.md).

# HRLibClientFPlayer

Class, used to define variable's type as containing the client side FPlayer values

### Fields

* id: `integer`
* Teleport: `function FPlayer:Teleport(coords: vector3)`&#x20;
* SpawnVehicle:\
  `function FPlayer:SpawnVehicle(`\
  &#x20;   `vehModel: string|integer,`\
  &#x20;   `spawnPedInside: boolean?,`\
  &#x20;   `saveVehicle: boolean?`\
  `): integer?`&#x20;
* Freeze: `function FPlayer:Freeze(toggle: boolean)`&#x20;
* SetHealth: `function FPlayer:SetHealth(health: number)`&#x20;
* SetInvincibility: `function FPlayer:SetInvincibility(toggle: boolean?)`
