Jc
Results
1
comments of
Jc
This is happening for all functions that have a generic pack for parameters and return values: ```luau function example(func: (P...) -> (R...), ...: P...): R... --return func(...) end function test(a:...