Skip to main content

StudioRigAnimator

Helps to run animations in hoarcekat or in Studio when the game isn't running.

maid:GiveTask(StudioRigAnimator.new(humanoid))

Functions

new

StudioRigAnimator.new(animatorOrHumanoidAnimator | Humanoid) → StudioRigAnimator

Constructs a new rig animator which will play the animations for the lifetime of the object.

Show raw api
{
    "functions": [
        {
            "name": "new",
            "desc": "Constructs a new rig animator which will play the animations for the lifetime of the\nobject.",
            "params": [
                {
                    "name": "animatorOrHumanoid",
                    "desc": "",
                    "lua_type": "Animator | Humanoid"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "StudioRigAnimator"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 29,
                "path": "src/animations/src/Shared/Testing/StudioRigAnimator.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "StudioRigAnimator",
    "desc": "Helps to run animations in hoarcekat or in Studio when the game isn't running.\n\n```lua\nmaid:GiveTask(StudioRigAnimator.new(humanoid))\n```",
    "source": {
        "line": 10,
        "path": "src/animations/src/Shared/Testing/StudioRigAnimator.lua"
    }
}