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?
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.
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)
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.