Hi so I’ve run into an issue recently were when a player joins the server sometimes other players HumanoidRootPart will cause this weird behaviour to happen.
I’ve checked my scripts to see just in case I’ve accidentally used position instead of cframe which doesn’t seem to be the case. What I would like to know is if they’re any other things that could potentially show the behaviour as linked above.
The would occur if the player joins is if the other player is taking a set piece, I would set their humanoid autorotate to false and then Cframe the HumanoidRootPart the position they need to be.
Figured out the problem I forgot to check if the TouchedPart scripts had HumanoidRootPart.Position in them, turns out they do this is what’s probably causing the HumanoidRootPart problem, mistake on my part thanks @XxEduardo0109xX for trying to help me to figure out the problem.