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

Setup a dedicated tags system (e.g. to easily indicate 'read only') #4

Closed 1ForeverHD closed 3 years ago

1ForeverHD commented 3 years ago

Implement features 'tags' similar to evaera's Promise API (https://eryn.io/roblox-lua-promise/lib/) (https://raw.githubusercontent.com/evaera/roblox-lua-promise/061c3a8659d97360df0a001a7143506cf907e21d/lib/README.md), when writing documentation with mkdocs and material (https://squidfunk.github.io/mkdocs-material/),

This may be achievable with material 'metadata'? https://squidfunk.github.io/mkdocs-material/extensions/metadata/?

image