Trouble Moving R15 model with pathfinding in Roblox Studio

So I’m recently learning the basics of pathfinding and i came across an issue when i import an R15 model from rig builder the pathfinding doesn’t seem to move to my part but when i import my character model in and i code it it seems to work is there anyway to fix this

update: the humanoid root part was just anchored, which caused the character model to not move

3 Likes

Does your script only work for R6 (and breaks for R15)? You have to note that R6’s primary part is the head while R15 is the HumanoidRootPart.

1 Like

I was having this issue too, thank you for clearing it up.