AnimationCurveRemoveKeyOn this pageAnimationCurve.RemoveKey(number index) Removes a key. Parameters: NameTypeDescriptionindexnumberThe index of the key to remove. Usage ---@type AnimationCurvelocal animationcurve;---@type numberlocal index;animationcurve.RemoveKey(index)