Well, the title said it all. I got a helicopter model, and I wonder how to make it moving, such as spinning at a spot, fly up and away, simple as that. I need this for a cutscene, I don’t need to control it. That’s why I can’t find any posts and tutorial for this.
Actually, I tried a solution for this. I added a humanoid into the helicopter, then I used humanoid:MoveTo()
, yes the helicopter did move but only on the ground, how can I make it to fly in the sky? Thanks in advance!
You could use SetPrimaryPartCFrame
in a tween.
1 Like