PlayerLockButtonInputsExcept
Description
Allows locking only certain inputs.
Exact amount of paramters it can take is unknown, but it's at least 9.
function PlayerLockButtonInputsExcept(state, input1, input2, ...) --[[ ... ]] end
Parameters
state
:boolean
- True to specify inputs to not lock, false to unlock them all.inputx
:integer
- Input ID to not lock.
Return Values
...
Example
...