Is there any way to see if a ray touched a blacklisted instance?

i want to do that a ray can pass trough a blacklisted instance but the ray can detect it

1 Like

No, that’s what it means to blacklist it. You’ll have to do another raycast that can detect it. If you want to ensure nothing else blocks the new raycast, you can do a whitelisted raycast that only has that thing in the whitelist.