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?
MI7:
character:PivotTo
would be a better practice for moving the player like @hannes213 said instead of moving the PrimaryPart.
system
(system)
Closed
June 8, 2025, 10:19am
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.