So I created a script where it inserts an NPC into the player. The NPC cannot collide with the player and the parts inside the NPC are set to massless but it still seems to affect the player movement. The NPC’s HumanoidRootPart is welded to a part that is inside the player whilst the part that is inside the player is welded to the players HumanoidRoot.
This is the player movement without the NPC
https://gyazo.com/f20bac5b3e3b824287cab2fafafa7e4a
This is the player movement with the NPC
https://gyazo.com/2dbaf2abead9ca01b6102c81cb8f061f
Any thoughts on what’s interfering with the player movement and how I could go about fixing it would be very appreciated.