Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do we tween a model?

Asked by 4 years ago

So I want to make a moving hot air ballon, but the model doesn't have any "Position" in the properties, so I cannot tween it. Also, there is some other models and parts in that model and it will take a while to tween them all. Help will be appreciated!

0
weld all the parts to the model's primary part and then whenever you tween the primary part, the rest of the parts will move with the primary part. royaltoe 5144 — 4y
0
omg thanks! TheRealPotatoChips 793 — 4y
0
I would additionally recommend that you add a BodyPosition to the primary part, and tween the Position of that, rather than the position of the part itself. This way, the balloon will interpolate smoothly on the client, rather than do micro teleports at the server-client replication rate (which will look jerky in the live game). EmilyBendsSpace 1025 — 4y

Answer this question