How would I make a spaceship similar to No Man's Sky

Hello! So I am making a game that involves space travel. And I am wanting some kind of system to allow the player to fly around space, Similar to No Man’s Sky or Starlink.
I’ve tried using Antigrav to make the ship float but once the player sits down it shoots upwards very very fast. I’ve tried looking at other forum posts but they didn’t really help. I even tried looking at free models to see how they did it but all of their code was either messy or didn’t work how I wanted it to.

How would I go about doing this?

Sorry for the trouble and thanks for the help!

You should send your script so people can try to find the issue

1 Like

It’s not really that I have an issue with a current script. I’m just not sure how I would do it in the first place. Thank you for the commend though! I appreciate the help!

There’s a lot of scripting involved, it sounds like you’re asking for someone to give you an entire concept of making a space ship which isn’t super easy to make

You have to use UserInputService to detect when someone presses a key, and just add a velocity to your ship to move/rotate it in the proper direction

Hopefully this helps, the question you asked isn’t so specific and I haven’t played No Man’s Sky

1 Like

Sorry. It’s kind of hard to explain.

That was not my intent but I am sorry it sounded that way. Thanks for the help!