How do you make a tiny rig move?

Hello, as it says in the title, I am wondering, how do I make tiny rig move.
I have a custom rig and it has attachment on it. Just to test I used Humanoid:MoveTo()
but it did not work, any suggestions?

This is the model:

image

This is the model in workspace:

2 Likes

What happens when you use :MoveTo

1 Like

I recommend not moving its rig but instead make it play an animation instead. :MoveTo() Makes the whole NPC/Player/Humanoid move to the location you set it to go to.

1 Like

How would I make it move using a animation?