How do I go about scripting this "build effect"

I’ve seen games with build systems that when you place an object, the object constructs itself in front of you. This usually means all the pieces of the build appear out of thin air and move into their respective positions. I’m not entirely sure how to replicate this effect in Roblox Studio though…

Parts appear out of thin air like this:

They then move into their proper position and end up like this:

Keep in mind this is done in a smooth transition, almost like a tween or lerp. I need to be able to do this on a large scale. Ideas?

4 Likes

You can do this by looping through the model’s parts and saving their “final position”; where they will be at the end of the animation - then offsetting their position several studs and tweening them into the final position.

5 Likes

you can remove the size change if you want to, really nice module.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.