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 115 forks source link

Add types for Zone and Signal #64

Closed flamenco687 closed 1 year ago

flamenco687 commented 1 year ago

This PR aims to add full types for Zone and Signal for easier auto completion. They are manually typed and compatible with Rojo. It also fixes the library using deprecated parameters for RaycastFilterType.

image