Model:MoveTo() doesn't work correctly

Im trying to Move a Modell whit Model:MoveTo() but it always moves to the wrong position
MyCode: `
local ModelPos = --somePosition

Model:MoveTo(ModelPos )`

But If try to Move a normal Part it works perfectly fine

Does it happen with all models or a specific one?

1 Like

it happens whit all of them. I also set cancollide = false on every part

nevermind i fixed the bug but still thanks for the help

1 Like

can i see your code please that might help me

1 Like

oh ok lol glad you found a solution

1 Like

u can use PivotTo instead. It’s way better

Isn’t model:MoveTo() deprecated anyways? It’s better if you use PVInstance:PivotTo