Raycast Alpha?...

I’d like to be able to shoot a hole into a wall. Is it possible to raycast an alpha to do this?..

You could create a plane prefab with a transparent material, and then instantiate it on the raycast’s RaycastHit.point. I’m still having some trouble with RaycastHit.point but in case you want to check out here is the documentation link: