1ForeverHD / ZonePlus

Construct dynamic zones that utilise region checking, raycasting and the new BasePart.CanTouch property to effectively determine players and parts within their boundaries.
https://devforum.roblox.com/t/zone/1017701
MIT License
74 stars 116 forks source link

Zone:_partTouchedZone(part) is not used #20

Closed Scyfren closed 3 years ago

Scyfren commented 3 years ago

I was looking through the code for partExited and partEntered and I found that Zone:_partTouchedZone(part) was not used. Is the feature still a work in progress?

1ForeverHD commented 3 years ago

It's used for line 272:

https://i.imgur.com/opfLKx4.png

We've designed it this way to make it scalable for player events once .CanTouch goes live (and if proves to be effective).