Ok, I need to know how to make an ability that pushes an enemy back the other direction, it doesn't matter how much damage it gives. Thanks in advance.
The simples way is to just instant move the units to a polar offset of its' current position. This is good if the pushback is meant to be very fast. Otherwise you can use a loop that instantly moves the unit a polar offset with very small offset.