Skip to main content

RxRootPartUtils

Functions

observeHumanoidRootPartBrio

RxRootPartUtils.observeHumanoidRootPartBrio(characterModel) → Brio<BasePart>

Observes the last humanoid root part of a character

observeHumanoidRootPartBrioFromHumanoid

RxRootPartUtils.observeHumanoidRootPartBrioFromHumanoid(humanoidHumanoid) → Brio<BasePart>

Observes the last humanoid root part of a character

Show raw api
{
    "functions": [
        {
            "name": "observeHumanoidRootPartBrio",
            "desc": "Observes the last humanoid root part of a character",
            "params": [
                {
                    "name": "character",
                    "desc": "",
                    "lua_type": "Model"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Brio<BasePart>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 18,
                "path": "src/characterutils/src/Shared/RxRootPartUtils.lua"
            }
        },
        {
            "name": "observeHumanoidRootPartBrioFromHumanoid",
            "desc": "Observes the last humanoid root part of a character",
            "params": [
                {
                    "name": "humanoid",
                    "desc": "",
                    "lua_type": "Humanoid"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Brio<BasePart>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 28,
                "path": "src/characterutils/src/Shared/RxRootPartUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RxRootPartUtils",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/characterutils/src/Shared/RxRootPartUtils.lua"
    }
}