Moveto npc sliding?

I have an npc i want to move, it is a small npc though,but when i set its speed too fast, it slides, is there a way to fix it?

Video:
2021-07-06 21-01-07|video

sorry for lag.

Could you try adding custom physics settings on the model? Maybe increasing friction.
How is the npc moved?

1 Like

im using moveto function to move the npc

Can you paste your code here so I can see it?
I also found this tutorial about moving NPCs

1 Like

that is not the problem, when i speed up the npc more then 16, it starts to slide, i want to make not do that.

Could you try anchoring the NPC once Humanoid.MoveToFinished fires? Just put a wait() then un-anchor it.
https://developer.roblox.com/en-us/api-reference/event/Humanoid/MoveToFinished

3 Likes

im going to try that right now.

1 Like

Thanks! it would’ve taken me hours without you!

1 Like

Awesome! I’m glad you got it working!

1 Like