How do you make Roblox's rocket launcher launch players when hit and even yourself without damaging yourself

How do you make the rocket launcher roblox made launch players on hit and can launch you if you hit yourself without damaging yourself

I have searched the internet for answers but I dont seem to find a solution that I needed

im trying to make a ragdoll fighting game and this would help a lot

thanks : D

if player == vPlayer then return end
if vPlayer doesn’t exist, you will need to create it.

Get the players in the radius of the bullet when it hits something and use the ApplyImpulse() function on the players’ HumanoidRootParts to launch them