I can't change the player's CFrame when they're anchored

I’m trying to create a system where I make the player unable to move and play an animation on a chair. But when I anchor the player, I can’t move them, it literally does nothing.

primaryPart.Anchored = true
primaryPart.CFrame = bjTable.player1.CFrame

IIRC that’s because you’re moving the primary part. Aka you’re only moving the primary part. You should use character:PivotTo instead

2 Likes

This worked fine when I tried it, are you sure the primaryPart is the current characters PrimaryPart? Are there any outputs?

would be a better practice for moving the player like @hannes213 said instead of moving the PrimaryPart.