I set the raycast to ignore the player through the ignore list when shooting. But when the raycast beam hits the player, the ray hits absolutely in a random place.
1 Like
Add the ignore list to the mouse.TargetFilter. Right now, mouse.Hit isn’t ignoring the player so it’ll still land on it.