ScrollBackward
Event of: PlayerMouse
Tags: instance
Fires when the scrollwheel is moved backward
Parameters
Name | Type | Description |
---|
Example
Players.LocalPlayer.mouse.move:connect(function() print ('The mouse has scrolled backward') end)
Fires when the scrollwheel is moved backward
Name | Type | Description |
---|
Players.LocalPlayer.mouse.move:connect(function() print ('The mouse has scrolled backward') end)