Skip to main content

JumpButton

This item only works when running on the client. Client

A way of checking if the player is holding down the jump button.

Functions

IsDown

JumpButton.IsDown() → boolean

Returns whether the jump button is currently being held down.

Show raw api
{
    "functions": [
        {
            "name": "IsDown",
            "desc": "Returns whether the jump button is currently being held down.",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "boolean\n"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 28,
                "path": "mirror/Kit.Utility.JumpButton.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "JumpButton",
    "desc": "A way of checking if the player is holding down the jump button.",
    "realm": [
        "Client"
    ],
    "source": {
        "line": 15,
        "path": "mirror/Kit.Utility.JumpButton.luau"
    }
}