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

ZoneController.getTouchingZones confusion in the document page #73

Open TheFinnishOne opened 6 months ago

TheFinnishOne commented 6 months ago

I had an issue with getting touching zones, that I made a comment in the discussion thread. (link) I eventually found how to fix it, (link) as the thing needed the humanoidrootpart instead of the player, while in the website it looks that it needs the player. image I would suggest changing this to say "HumanoidRootPart" instead of "Player" to avoid future confusion.

TheFinnishOne commented 6 months ago

Also I'm sorry but I have no idea how to add Labels, as I'm quite new to github. If i knew how, this issue should have the Type: Enhancement label.