How to get a Rotation looking away from a Vector3?

What I am asking is the same thing that happens in explosions. The object impacted by the blast is sent in the direction facing away from the explosions center based on its rotation around the explosions center.

It’s really simple

local blastforce=10
part.Velocity=CFrame.new(pos1,pos2).LookVector * -blastforce

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