Touchedinterested part with non-existent collision

I’m trying to make a safezone system, but whenever I enable the Touch event on the safezone part, I can’t spawn inside it. For some reason, it seems like the part has collision when the player spawns.

Here’s a video showing the safezone part with TouchInterest (when the Touched event is enabled):

And here’s a video showing the safezone part without TouchInterest:

In both videos, the CanCollide property of the safezone part is turned off.

The only workaround I’ve found is using the ZonePlus module, but I’m trying to avoid it because it consumes too much memory in my game.