How to detect for all sprites except for specific ones

I'm currently making a platformer and am trying to detect collision between my hitbox with all other sprites except for one, which is my player model, how exactly can I do this?

You can use this to detect if the sprite is touching sprites close to it

But if you want it to report the sprite that it's touching, use this

try untitled script pic(70)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.