AnimationCurveAnimationCurve()On this pageAnimationCurve() Creates an empty animation curve. Usage local animationcurve = AnimationCurve(); f keyframes. Parameters: NameTypeDescriptionkeysKeyframe[]An array of Keyframes used to define the curve. Usage ---@type Keyframelocal keys;local animationcurve = AnimationCurve(keys);