Show raw api
{
"functions": [
{
"name": "new",
"desc": "Constructs a new RagdollClient. Should be done via [Binder]. See [RagdollBindersClient].",
"params": [
{
"name": "humanoid",
"desc": "",
"lua_type": "Humanoid"
},
{
"name": "serviceBag",
"desc": "",
"lua_type": "ServiceBag"
}
],
"returns": [
{
"desc": "",
"lua_type": "RagdollClient"
}
],
"function_type": "static",
"source": {
"line": 33,
"path": "src/ragdoll/src/Client/Classes/RagdollClient.lua"
}
}
],
"properties": [],
"types": [],
"name": "RagdollClient",
"desc": "Client side ragdolling meant to be used with a binder. See [RagdollBindersClient].\nWhile a humanoid is bound with this class, it is ragdolled.",
"realm": [
"Client"
],
"source": {
"line": 8,
"path": "src/ragdoll/src/Client/Classes/RagdollClient.lua"
}
}