How to make a spaceship just like the one found in the Egg Hunt?

Hey guys! So, I was wondering how I’d go about making a spaceship. For those of you who don’t know what I’m talking about, skip to 5:20 here.
Thanks for any help you can give!

To make a spaceship similar to the one in the video, you will need some type of BodyMover and a way to detect input from the player. I recommend reading up on BodyMovers and Keyboard Input before getting into the specific things your ship will be able to do. The two pages should cover all the basics you will need to know in order to code the normal functions of the spaceship, like speeding up, etc.

In addition to what SFranxisco said, you should learn how to use Welds, personally I prefer to use the Moon Animation Suite, it has a really nice weld tool, then what you would do is weld all the parts of your space craft to a central part, then on that central part is where you would apply all of your BodyMovers through InputService just how SFranxisco said. Also a great tip when you are doing this is to set NetworkOwnership of the core part of your spaceship to the player that is controlling the ship, it will make it soooo much smoother!

Yup, actually figured out how to make one already. Thanks for the feedback though!