Skip to main content

HumanoidSpeedClient

This item only works when running on the client. Client

Client version of the HumanoidSpeed class

Functions

GetPlayer

HumanoidSpeedClient:GetPlayer() → Player?

Gets the player for this humanoid

Show raw api
{
    "functions": [
        {
            "name": "GetPlayer",
            "desc": "Gets the player for this humanoid",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Player?"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 28,
                "path": "src/humanoidspeed/src/Client/HumanoidSpeedClient.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "HumanoidSpeedClient",
    "desc": "Client version of the [HumanoidSpeed] class",
    "realm": [
        "Client"
    ],
    "source": {
        "line": 7,
        "path": "src/humanoidspeed/src/Client/HumanoidSpeedClient.lua"
    }
}