How to use record animations Roblox?

How to record animations for Roblox specifically the full R6 animator and I’m doing this for client sided

-- part of the script table only

Position = character.PrimaryPart.Position,
            Orientation = character.PrimaryPart.Orientation,
            Time = tick(),
            IsJumping = humanoid:GetState() == Enum.HumanoidStateType.Jumping

What do I need else here to record R6 relevantly