Can the Ray-Sensor?

I’ve got an object with the property player, the ray sensor filters on it.
Does the ray sensor still search for that object if you end it and add it again in another location?
It’s still the same property but it looks like the ray stops working after ending and adding it.

It’s the RADAR-sensor not the ray-sensor!

does the added copy have the correct property?

ray works with any object, based on the object type, and properties,

Yeah sadly it does otherwise my problem was solved.

Oooow my bad it’s the radar sensor!!!

I’m still stuck here :frowning:

The Radar (near and ray) sensor senses any object within the given range. It ignores all objects that do not match the property filter (unless the filter is empty).

The sensor changes status (to positive) when any according object gets sensed and no object was sensed before.
The sensor changes status (to not positive) when no according object gets sensed anymore and at least one was sensed before.

The sensor triggers when changing status .

When flag Pulse is enabled [without changing status]:
The sensor triggers when a newly detected object reaches the range.
The sensor triggers when an already detected object leaves the range.

Without changing status:
The sensor triggers when any according object gets sensed and True Level Triggering is enabled.
The sensor triggers when no according object gets sensed and False Level Triggering is enabled.