Hi. I want to make a controllable space ship. The problem is that when I apply 100000 force nothing happens and when I use 200000 it goes too fast. I am currently using VectorForce and it is messing p when a player is inside the ship. Is there a way to make the ship move stably in one direction even with a player? Should I be using something other than Vector Force?
VectorForce is more complicated to script and use than other, now deprecated, BodyMovers. You should either use BodyVelocity or BodyForce, depending on whether you want acceleration or not.
another problem is that the mass will be changed because the ships will have things added. is there a way to make it go a constant speed no matter the mass?
Yeah, there’s actually a property called “Massless”. Set that to true for all parts in your ship.
Is there a way to make the force slower? After about half an hour of testing, I have found that the ship will only move at exactly 367172 force. The problem is it moves too fast. Is there any way to get it to start moving at a lower number or slower or something?
1 Like