Hi yaa!! So I need to make model moving smoothly, like with humanoid or TweenService
humanoid:MoveTo()
Is there any way to make it smoothly?
-- code
model:PivotTo(CFrame.new(TargetPosition))
I’m happy to hear any help!
Hi yaa!! So I need to make model moving smoothly, like with humanoid or TweenService
humanoid:MoveTo()
Is there any way to make it smoothly?
-- code
model:PivotTo(CFrame.new(TargetPosition))
I’m happy to hear any help!
Set the primary part of the model and weld all parts of the model to that part, then tween the primary part and it should work perfectly fine.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.