So what I am scripting it a tractor vehicle now there are major differences with a tractor then a car and I trying to get is as realistic as possible. So with a factor u have to set a gear and then release the clutch and the tractor goes then u can slightly increase speed by upping the throttle. So I can script everything just fine the only trouble I having is with the forward motion. What I want to happen is that when player pushes W it releases the clutch and the tractor starts moving at a constant speed. So I script for when the w key pressed that a constant force is added to the tractor. That works like I want then I added the turning part of the script, it turns just fine but yet I’ll keep turning to where the tractor is turned all the way around and with the constant force applying to it, it still goes same direction so the vehicle looks like it moving backward when I want it to be moving wherever the tractor is facing.
Is there something different I should be doing or should I use relative force and apply in fixed update but to me it seems to be speeding up. Any insight from anyone would be greatly appreciated. Thanks
Tainted