I have a ragdoll script that is usually not buggy/laggy. But whenever I use a tween on any one of its body part it doesn’t move the rest of the body with it. It only happens on the player’s end too.
Heres what it looks like on the server:
Here is what it looks like on the player’s screen:
I think its because of Tweens are not really compatible with Physics, and usually the RagDoll rigs use Constraints that works with the Physics engine.
So once you apply the tween, the parts that are attached by a physics constraint wont work as expected, cause the tween is kinda being solved before the physics has time to apply