cubic-bezier is an easing tool that has 4 input fields (two xy positions) to determine how a number should tween in between time. This method can replicate most easing functions on https://easings.net/ in way less blocks (explicitly if they can be defined in a cubic bezier) The positions must be in a 0 to 1 limit, x positions can not go past the 0 or 1 limit, while y positions can. I will make an "alternate" of my previous easing block utilizing this method for most easings if anyone asks! Free2Use with or without credit!!! Referenced: @awesome-llama-test in Bézier Curves https://scratch.mit.edu/projects/1299418622/ for cubic-bezier code & rendering a cubic-bezier line Rest by me ( @wnri ) check my studio for more!