I’m making a topdown game and need to add knockback to the enemy when it touches the player character but i don’t know how to do it, could anyone help me?
is this an ai written responde
Something like “collided objects” then "add a force to "object’ then you can use Angle To Position expression.
could you elaborta a bit pls?
Condition: **Player** is in collision with **Enemy** = Action: Add angle force to **Player** at angle **Angle to position**
you should be able to figure it out from there.