|
| 17 Jul 2015 10:11 AM |
intJoint = function(j, cf, num, Time) local start = j.C1 for i = 1, num do wait(Time / num) j.C1 = start:lerp(cf, i / num) end end;
I'd like to ask, if say I was using this for a gun, how would I optimize this to work properly for say whenever the player looks up and down (if they move the arms up and down to look at the mouse) and the reload? I don't want the arms to be dragged down just for the animation, if ya know what I mean... or well if say the person uses C0 for the arms looking up and down, but say they play an important animation at the same time, maybe like sway or something at the same time as reloading...
"My Life is going Good... but..." |
|
|
| Report Abuse |
|