Input
isrbxactive
Returns whether the game's window is in focus. Must be true for other input functions to work.
mouse1click
Dispatches a left mouse button click.
mouse1press
Dispatches a left mouse button press.
mouse1release
Dispatches a left mouse button release.
mouse2click
Dispatches a right mouse button click.
mouse2press
Dispatches a right mouse button press.
mouse2release
Dispatches a right mouse button release.
mousemoveabs
Moves the mouse cursor to the specified absolute position.
mousemoverel
Adjusts the mouse cursor by the specified relative amount.
mousescroll
Dispatches a mouse scroll by the specified number of pixels.
Last updated