Trying to make a NPC Carry a Player

So i want a NPC to Carry a Player

I dont really know how i could make something like this.
I had created a NPC that could carry players but the problem was that, he had no animations when he carried players but when he didnt carry, the animations worked fine.

To the script i tried all kinds of welds and i changed the player’s parts to be massless and its humanoid to be PlatformStand = true. I also tried PhysicService.
Is there anything else i need to do?

Any help would be greatly appreciated!

1 Like

You could try using Seats, since they keep the player in place, and connect to a part. Simply weld the Seat to the NPC, and in the animations, you can edit the Seat as well.

2 Likes

Use seats, and change the seat animation.
Here’s a tutorial you can use for the custom seat animation.

2 Likes

Well it does something but i still have the same problem that it doesnt play any animations:
robloxapp-20210617-1959008.wmv (1.9 MB)
This are the animation it should play:
robloxapp-20210617-1959408.wmv (1.6 MB)
(The NPC movement is done by a script)

1 Like

Did you by chance change the npc default animation?

Because there’s the default animations and you need to replace values in there as well. It should all be found under a script called “Animate”

1 Like

Yea i copied the animator from my player and tranferd it inside the NPC. I changed inside the script the idle animation and runing, aswell as the values inside it. I had allready done that.

1 Like