IdleConnectionCount (Property)

IdleConnectionCount
Property Int IdleConnectionCount
Description The amount of times the Idle was connected.
Member of PlayerMouse









Example
game.Players.LocalPlayer.PlayerMouse.Changed:connect( function( property )
   if property == "IdleConnectionCount" then
      print( "The Player has Idled the mouse " .. game.Players.LocalPlayer.PlayerMouse.IdleConnectionCount .. " times." )

   end
end )