So I am trying to create a realistic plane and I am using a body thrust to apply the lift force and thrust force, the problem is that at high speeds the lift produced just shoots the plane high into the sky and if you tilt the plane slightly down (to create a negative angle of attack) then the force is negative and it acts like gravity. Here is my code to calculate the amount of lift generated (the formula for the lift is from nasa’s website)
Make sure the units are the same would be my first guess. I’d assume the real equation would be either in the metric or imperial system while ROBLOX units are in studs. Check all of your values to make sure they are in studs.
If it isn’t that my guess would be how you did the calculations. I didn’t test it so I don’t know for sure but double check the multiplication and parenthesis placement.
If it’s none of those then its possible its just that ROBLOX physics aren’t precisely the same as real world physics? Don’t quote me on that heh. Or maybe your plane doesn’t have weight? I’m pretty sure the real lift equation takes weight into account so if it’s only lift then it’s going to go straight up like a rocket.