Missile balls: They "lock-on" to other players and once thrown, will follow the target until it becomes inactive.
It should be rather simple, just apply a force vector on the ball that is aimed at the player (difference between player
vector and ball vector). However, the ball will continue to fall, so at some point it will still hit the floor and become inactive.