Hello, i am making obstacle climbing system.
I anchor player, play animation and teleport him.
But i need player to look at one direction, so i also need to set his rotation firstly.
local pos = Vector3.new() -- Write the position
local orient = CFrame.Angles() -- Write the orientation
HumanoidRootPart.CFrame = CFrame.new(pos) * orient