Hello,
I have used this HUD that made my avatar move at 250m/s. I am trying to make my own HUD that goes at that velocity. I have tried llSetVelocity(vector,int) but it is instantaneous. It gives a little push then stops. When I put it in a timer, the velocity flutters, goes up and down, even if I have the timer at 0.01. I do see it hit the velocity 250 m/s, but as I said it flutters. When I do llSetForce(vector,int) at the maximum force, I get the maximum velocity of about 197 m/s. How do I make my avatar move at a consistent velocity of 250 m/s?