Use two variables -> LastTPS and CurrentTPS
Add a "Every 1.0s" -> set LastTPS to CurrentTPS, -> Set CurrentTPS to 0
On tap -> Add 1 to CurrentTPS
And use LastTPS to display what "Taps per second" he's currently getting (albeit with a slight 1 second delay).