Impulse for Pushable Character

There you go. Remember it only works when you are the authority

How can I make when a object hits my Third Person Character,the charachter to get pushe.Thanks!

You can use OnHit event, remember to setup collision (Simulation generates hit event). Take Hit Normal from Hit structure and use AddPulse/AddForce function.

it does not work,or maybe i am doing somthing wrong.Can you give me a screen shot of what it should look like?Thank you

sorry,you were right.IT WORKS! Thank you very much!!

It doesn t work…

If you are in standalone it should work, maybe you just need to adjust the impulse strength.
If you are not in standalone and you are a client then this code must be run in the server side