Input
setSelectedSlot(slot)
setSelectedSlot(slot)-- Example code showing how to use the function
local status = player.input.setSelectedSlot(0)getSelectedSlot()
getSelectedSlot()-- Example code showing how to use the function
local slot = player.input.getSelectedSlot()silentUse(slot)
silentUse(slot)leftClick()
leftClick()rightClick()
rightClick()setPressedSprinting(enable)
setPressedSprinting(enable)setPressedJump(enable)
setPressedJump(enable)setPressedSneak(enable)
setPressedSneak(enable)setPressedForward(enable)
setPressedForward(enable)setPressedBack(enable)
setPressedBack(enable)setPressedLeft(enable)
setPressedLeft(enable)setPressedRight(enable)
setPressedRight(enable)setPressedAttack(enable)
setPressedAttack(enable)setPressedUse(enable)
setPressedUse(enable)isPressedSprinting()
isPressedSprinting()isPressedJump()
isPressedJump()isPressedSneak()
isPressedSneak()isPressedForward()
isPressedForward()isPressedBack()
isPressedBack()isPressedLeft()
isPressedLeft()isPressedRight()
isPressedRight()isPressedAttack()
isPressedAttack()isPressedUse()
isPressedUse()Last updated