A few issues
Touched is an event, not a property you can reference
You need a proper debounce system for this to work as right now there’s no debounce
However, since I assume you’re trying to make a zone using touched events, I recommend you use either Spatial queries or ZonePlus, to make a zone. You can use these to detect a player within every second to reduce the value. It’s finicky to make a zone via touched events