ScrollForward

Event of: PlayerMouse
Tags:  instance

Fires when the scrollwheel is moved forward

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