What's the best way to make fling all developer product?

just wanted to know what the best way to fling all players when product is bought

right now im adding a body velocity into everyones humanoidrootpart when its bought and then removing it and killing the player

is that the best way to do that or is there a better way?

Im pretty sure that’s the correct way

BodyVelocity is deprecated, and I suggest you use :ApplyImpulse() instead