Knockback script help

Hello fellow developers! I’ve recently been struggling to make a good knockback system. I tried using :ApplyImpulse() but I didn’t really like the result since it was not smooth on the client. I heard there was a way to do it with Linear Velocity but I don’t know how to use it. Can somebody help?

Your best bet is using BodyVelocity

I know I have found that, but It is deprecated and has been replaced with Linear Velocity which I don’t know how to migrate to