#how do I make an if colliding signal referring to a Raycast?

1 messages · Page 1 of 1 (latest)

mental palm
#

By if colliding, I mean if body enters.

mental palm
#

Imma go ahead and link this in #❓┃quick-help

fallow leaf
#

Not sure what you mean?

#

Raycast should return a dictionary including a collider object if it hits

#

You can call a function if it isn't null

opal swallow
#

Raycasts are meant to work on demand, so they don't have signals.
You have to use its methods to check if they are colliding with something.