Update 7:
-
Added “script” and “.Parent” as usable within the
--?module-ancestors {}
directive (for example, you can now do--?module-ancestors {script.Parent}
) -
Service imports no longer appear in function parameter lists
-
--?
directives are now autocompleted:
-
Directives no longer apply when used within strings
Known issues:
- Service imports show up when defining tuple variables, e.g
local a, b, c