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
76 stars 117 forks source link

Fix self table reference #72

Open popeeyy opened 6 months ago

popeeyy commented 6 months ago

Referencing "self" without brackets makes it a string reference, resulting an an error when calling :getItems() on a Zone with a volume smaller than the volume of players in the game.

image