ScrollForward

Event of: PlayerMouse
Tags:  instance

Fires when the scrollwheel is moved forward

Parameters
Name Type Description
Example
Players.LocalPlayer.mouse.move:connect(function()
    print ('The mouse has scrolled forward')
end)