#Is it possible to lerp with a model instead of a part

1 messages · Page 1 of 1 (latest)

stuck zephyr
#

Trying to animate something, can you lerp a whole model with multiple parts inside it?

dark flax
#

you can get the primarypart either by its exact name or doing Model.PrimaryPart

vale kindle
#

MoveTo changes the position of the whole model to the given Vector3 while still maintaining the original model and PivotTo does the same except it needs a CFrame not a Vector3

stuck zephyr
stuck zephyr