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
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?
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
can i see your code please that might help me
oh ok lol glad you found a solution
u can use PivotTo instead. It’s way better