Aligning players not working

I’m trying to create a part of a script that will line the players up, so they’re directly facing eachother but I’m not sure how to do it. I’ve tried using alignposition as well as the humanoid:WalkToPart() properties but it doesn’t work. Does anyone know how I can achieve this?

You can try to align the character using Character:PivotTo() to set and CFrame.lookAt() to get the position and orientation required to align the character so that it is facing towards something.

1 Like