How to knock players back from a central point?

I want players to be knocked back by a ground pound system I’ve made, but I don’t know how to go about doing such a thing. Please help :​)

I suggest you to look into the ApplyImpulseAtPosition() function.

1 Like

Looks like it’ll work, thanks :slight_smile: