Im making an FPS, the aiming system uses lerping but when my character walks it lags, I want the viewmodel to lerp into position but not lag. Is this possible?
Instead of lerping to the character’s position, set the viewmodel’s CFrame directly to the player’s character, but in a RenderStepped loop (runs each frame).
No im talking about lerping into the aim not sway.