When a function’s initialized within an array, intellisense doesn’t pick up the parameters. This can be reproduced by writing a new function within an array in a new script.
local ArrayWithFunction = {
function(IntellisenseDoesntPickThisUp)
end
}
Here’s a screenshot of what occurs when you begin typing Intel
.