Skip to main content

Ragdollable

This item only works when running on the server. Server

Should be bound to any humanoid that is ragdollable. This class exports a Binder.

Functions

new

Ragdollable.new(
humanoidHumanoid,
serviceBagServiceBag
) → Ragdollable

Constructs a new Ragdollable. This class exports a Binder.

Show raw api
{
    "functions": [
        {
            "name": "new",
            "desc": "Constructs a new Ragdollable. This class exports a [Binder].",
            "params": [
                {
                    "name": "humanoid",
                    "desc": "",
                    "lua_type": "Humanoid"
                },
                {
                    "name": "serviceBag",
                    "desc": "",
                    "lua_type": "ServiceBag"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Ragdollable"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 33,
                "path": "src/ragdoll/src/Server/Classes/Ragdollable.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Ragdollable",
    "desc": "Should be bound to any humanoid that is ragdollable. This class exports a [Binder].",
    "realm": [
        "Server"
    ],
    "source": {
        "line": 6,
        "path": "src/ragdoll/src/Server/Classes/Ragdollable.lua"
    }
}