> For the complete documentation index, see [llms.txt](https://wosa.gitbook.io/working-with-wosa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wosa.gitbook.io/working-with-wosa/functions/server/character/ped.md).

# Ped

```lua
Wosa.Character.Ped.ReviveAnim(
    user, --[[ int ]]
    heading, --[[ int ]]
    coords --[[ table ]]
)

--[[

Parameters:
-> user: The PlayerID of the user.
-> heading: uh the heading perhaps of the ped?? not sure?
-> coords: coords of the revival place? this dosent even seem to be used so just set it to "{}"?

Description:
Revives a player or something with an animation? more testing needs to be done to ensure
that this even works? seems a bit unclear what this is tbh. best luck :p

]]
```
