> For the complete documentation index, see [llms.txt](https://docs.rytrak.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rytrak.fr/scripts/advanced-handcuffs-system/general-exports.md).

# General Exports

Both exports can be used on the client and server side

### <mark style="background-color:red;">exports\['r\_handcuffs']:IsPlayerCuffed(</mark>*<mark style="background-color:red;">number</mark>*<mark style="background-color:red;">)</mark>

***number:*** server id of the person, client-side example: ***GetPlayerServerId(PlayerId())***

**Return:**

true if the player is cuffed, or false if the player is not cuffed.

### <mark style="background-color:red;">exports\['r\_handcuffs']:IsPlayerRope(</mark>*<mark style="background-color:red;">number</mark>*<mark style="background-color:red;">)</mark>

***number:*** server id of the person, client-side example: ***GetPlayerServerId(PlayerId())***

**Return:**

true if the player is tying, or false if the player is not tying.
