#Lots of quesstion
1 messages · Page 1 of 1 (latest)
Lerp is linear interpolation
basically you change the value in smooth motion
to use linear velocity to humanoid
Linear attachment 0 has to be set to root rig attachment (can be found inside the primary part)
what Kms stand for?
yeah
im watching suphis video abt the fly thing
im trying to make a smooth sprinting motion
for r15 only but u can find attachment inside r6 character primary part too
does it work?
i havent tested
though i found great references
im gonna test it tom cuz its 12 in midnight rn
Don’t make it tied to renderstep, ever, unless you know how to use delta time, players with low/high framerate or using FPS unlocker for example will gain unfair (dis)advantages, don’t think heartbeat is frame tied tho, might want to use the delta value as well, just in case it destabilizes, since it’s like a alternate framerate thing, if it ends up being render frame tied and giving unfair (dis)advantages, just use wait() instead (sounds cheap and like bad practice, I know, but if it works it works).