Skip to main content

RigBuilderUtils

Helps build player characters or other humanoid rigs for use in a variety of situations.

Functions

createR6MeshRig

RigBuilderUtils.createR6MeshRig() → Instance

Creates an R6 mesh rig

createR6MeshBoyRig

RigBuilderUtils.createR6MeshBoyRig() → Instance

Creates an R6 boy mesh rig

createR6MeshGirlRig

RigBuilderUtils.createR6MeshGirlRig() → Instance

Creates an R6 girl mesh rig

promiseR15PackageRig

RigBuilderUtils.promiseR15PackageRig(packageAssetIdnumber) → Promise<Instance>

Creates an R15 rig from a package

promiseR15Rig

RigBuilderUtils.promiseR15Rig() → Promise<Instance>

Creates a default R15 rig

promiseR15ManRig

RigBuilderUtils.promiseR15ManRig() → Promise<Instance>

Creates an R15 man rig

promiseR15WomanRig

RigBuilderUtils.promiseR15WomanRig() → Promise<Instance>

Creates an R15 woman rig

promiseR15MeshRig

RigBuilderUtils.promiseR15MeshRig() → Promise<Instance>

Creates an R15 mesh rig

promiseBasePlayerRig

RigBuilderUtils.promiseBasePlayerRig(
userIdnumber,
humanoidRigTypeHumanoidRigType | nil,
assetTypeVerificationAssetTypeVerification | nil
) → Promise<Instance>

Creates an R15 rig with the base details of a given character, but not all of them

promisePlayerRig

RigBuilderUtils.promisePlayerRig(userIdnumber) → Promise<Instance>

Creates an R15 rig dressed as a given player

Show raw api
{
    "functions": [
        {
            "name": "createR6MeshRig",
            "desc": "Creates an R6 mesh rig",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 175,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "createR6MeshBoyRig",
            "desc": "Creates an R6 boy mesh rig",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 215,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "createR6MeshGirlRig",
            "desc": "Creates an R6 girl mesh rig",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 255,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "promiseR15PackageRig",
            "desc": "Creates an R15 rig from a package",
            "params": [
                {
                    "name": "packageAssetId",
                    "desc": "",
                    "lua_type": "number"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 337,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "promiseR15Rig",
            "desc": "Creates a default R15 rig",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 397,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "promiseR15ManRig",
            "desc": "Creates an R15 man rig",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 428,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "promiseR15WomanRig",
            "desc": "Creates an R15 woman rig",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 436,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "promiseR15MeshRig",
            "desc": "Creates an R15 mesh rig",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 444,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "promiseBasePlayerRig",
            "desc": "Creates an R15 rig with the base details of a given character, but not all of them",
            "params": [
                {
                    "name": "userId",
                    "desc": "",
                    "lua_type": "number"
                },
                {
                    "name": "humanoidRigType",
                    "desc": "",
                    "lua_type": "HumanoidRigType | nil"
                },
                {
                    "name": "assetTypeVerification",
                    "desc": "",
                    "lua_type": "AssetTypeVerification | nil"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 455,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        },
        {
            "name": "promisePlayerRig",
            "desc": "Creates an R15 rig dressed as a given player",
            "params": [
                {
                    "name": "userId",
                    "desc": "",
                    "lua_type": "number"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise<Instance>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 540,
                "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RigBuilderUtils",
    "desc": "Helps build player characters or other humanoid rigs for use in a variety of situations.",
    "source": {
        "line": 5,
        "path": "src/rigbuilderutils/src/Shared/RigBuilderUtils.lua"
    }
}