Welcome to the Ultimate FPS counter. Instead of giving you a reading every second using the classic method, this can give you a reading every 0.03 seconds. (equivalent to 30 times per second using the scratch forever loop) Compatible with a "tick" broadcast (which is shown here), as well as forever looping it. Explanation of the formula: timer 2 - timer is the time it took for that frame. 1 divided by it gives you how many frames of that length would fit into 1 second, and therefore giving you the fps reading