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

Better rojo support #35

Closed ThePotato97 closed 2 years ago

ThePotato97 commented 2 years ago

Changed default.project.json so it's easier to add to a rojo project.

KazabiteBoltiz commented 2 years ago

You don't actually need the default.project.json file. What I'm doing is just taking the Zone Folder with the init.lua inside and adding it to my project src/shared/controllers. That way everything settles down.

1ForeverHD commented 2 years ago

This is something we're exploring to improve as part of the next release, although thanks for your PR.