hi, im currently making a gun. i forgot how to get the middle cframe between 2 position, can anyone help please
cframe1:Lerp(cframe2,0.5)
Replace cframe1
with your first CFrame and cframe2
with your second. Essentially what this does is linearly interpolate between the two CFrames, hence ‘Lerp’.
it’s now sticks
You should provide me with more information if you would like more help. What exactly are you trying to accomplish? I’m the OP you explained that you were trying to get a middle position of two CFrames.
nevermind, it worked. i just forgot to set the lookvector
1 Like