Attempt to call a table value error

focusedBlock.CFrame = focusedBlock.CFrame:lerp(CFrame.new(focusedBlock.CFrame + Vector3(0, blockVelocity.x, blockVelocity.y)), smoothing / 2)
Where as FocusedBlock is instance
Smoothing is number for the lerp (I get it from attribute)
And blockVelocity is vector2 of the mouse delta multiplied by sensitivity

Pls help

You forgot Vector3.new, you just put Vector3

Ahh thank you, not used with it ^^

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.