Hello, I am still relatively new to Lua. So, I'm attempting to build rockets, but the rocket propulsion's target feature gets in the way. Any way to still get propulsion of the body while not having a target?
I am not very sure you can get a rocket to fly without the Target variable, however as an alternative you can use BodyThrust. BodyThrust allows the object to be forced in a certain direction relative to the part's local coordinates. So if your part's orientation is disturbed while it is in motion, the force will be applied to the local axis of your part, not global coordinates.