Skip to main content

RxRootPartUtils

Functions

observeHumanoidRootPartBrio

RxRootPartUtils.observeHumanoidRootPartBrio(characterModel) → Observable<Brio<BasePart>>

Observes the last humanoid root part of a character

observeHumanoidRootPartBrioFromHumanoid

RxRootPartUtils.observeHumanoidRootPartBrioFromHumanoid(humanoidHumanoid) → Observvable<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": "Observable<Brio<BasePart>>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 21,
                "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": "Observvable<Brio<BasePart>>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 34,
                "path": "src/characterutils/src/Shared/RxRootPartUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RxRootPartUtils",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/characterutils/src/Shared/RxRootPartUtils.lua"
    }
}