The autocomplete data that appears when you write out code gets cut off. This was noticed specifically with RaycastParams:
Instances to ignore or whitelist while
And in the source, the text is:
Instances to ignore or whitelist while doing a raycast
And the code to get to this is:
local params = RaycastParams.new()
params.F
This also occurs for other autocomplete data values as well:
Whether to use the filters fields of the RaycastParams as a blacklist or as a
The issue seems to be the size of the text cutting off earlier than expected, since every other ‘smaller’ autocomplete data works just fine: