#Advance explosion for projectile handler
1 messages · Page 1 of 1 (latest)
I solve one problem, but now Explosion kill players behind wall
When the ball collides, and you get the "hit players", raycast from the ball to the hit players, and check if their is an instance inbetween the hit player. If there is an instance, then remove them from the hit list but if theres not, keep them in the hit list.
I solved it, but forget tag