Hello! I’m making a pan game where if you hit a player, they get knocked back, previously I used BodyForce / BodyThrust (not sure which one I used, but they both work), but they don’t behave the way I want them to, so I decided to use BodyVelocity, which does.
But now, when the BodyVelocity gets parented to the RootPart, it does nothing, no knock back or anything. Which is confusing me, because the other body movers do work.
If you made the BodyVelocity from the Server then it will get deleted before it actually knocks the player back, try using a higher delay when adding the BodyVelocity to debris.
It’s not working because you’re multiplying the LookVector’s X and Z components by 0.
In this line you’re multiplying zero by 100 and wondering why the dash doesn’t work.
Also the lifetime of the dash when you use Debris should ideally be around 0.1 to 0.2