I’m trying to re-make this iron man simulator game (Iron Man Simulator - Roblox)
but i don’t know what their using to achieve this.
I want to know what they are using to make the parts fly to you.
and how it likes comes to you from the sky and such, that might be easy, placing the model in the sky, etc, but the physics with the part flying to you, i dont know how they do it.
Pretty cool … Looks like tweens with
Enum.EasingStyle.Linear, – EasingStyle
Enum.EasingDirection.Out, – EasingDirection
Each part set, set to take off a bit off from each other.
Or just placed that way at their start (again as separate tweens)
That could come from any angle and do the same thing.