While working on shotgun kitty ( I wanted to check the fps; except I dint want to look up a tutorial so instead I made my own FPS Calculation script. --------------------------------------------------------------------------play here: https://scratch.mit.edu/projects/1243479107
So basically, how it works is it finds the first five (or whatever you set it to) second of Fps , EX: if the first fps was 20, then 21, then 30, then 50, and lastly 21, the average fps would be 71 FPS, because (20+21+30+50+21)/2=71. HAVE FUN!