https://github.com/Ic35k/Knockback-Module – Here Is The Module
A Simple Knockback Module Made With OOP
I use ApplyImpulse Instead Of Using BodyMover
Here Is The Example On How To Use It
local ApplyKnockBack = require(ReplicatedStorage:WaitForChild("ApplyKnockBack_Module"))
local KnockBackConstructor = ApplyKnockBack.new(EnemyCharacter,Character,2.5 -- Range, 1.5 -- Height)
KnockBackConstructor:Construct()