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)