tf.SetVel(sInx, tf.GetVel(sInx) + forceVector);
(07-23-2025, 02:22 PM)tyFlow Wrote: Force is just some value added to velocity. So in a script it would be something like: Code:tf.SetVel(sInx, tf.GetVel(sInx) + forceVector);