Greetings, I’m wondering how to make a part follow the front of the torso, instead of it just facing the Z axis
Box.CFrame = Torso.CFrame + Vector3.new(0,0,-1.5)
The problem is it’s always facing where I set the vector3.new, instead of following infront of the torso. Is there any way to fix this?