To actually see the full 90FPS view the project on turbowarp: https://turbowarp.org/1052847941?hqpen&fps=90 This project uses my previous project: "Bad Apple But Lines" but increases the FPS by interpolating the frames of the 30FPS data to produce a new set of data. This process is not perfect but it mostly works When the question box pops up enter 15-20 or try different numbers. The 'Change' is the max amount to interpolate a line between two points How it works: If the x and y coodinates of a line in frame one are (50, 20) and in frame two they change to (60, 40) I would add both the x-coordinates and the y-coodinates then devide by two so: (50+60)/2 = 55 and (60+40)/2 = 50 So my new set of coodinates would be (55, 50) If you want to edit the interpolation settings, before pressing the green flag press space to show the editing variable. A lower numebr lowers the amount of interpolation, a higher number increases it and makes the video smoother but also causes errors.