Recently, I was browsing through all the datatypes in Roblox, and came across CatalogSearchParams not having the .new()
constructor. It starts directly with the properties right after the code sample:
Although the constructor has no parameters, a similarly structured datatype RaycastParams lists it:
For consistency purposes, CatalogSearchParams.new()
should also be listed.
Thanks you!