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"
}
}