FindPartsInRegion3 (Method)

From Legacy Roblox Wiki
Revision as of 17:06, 8 July 2011 by >Legend26 (Added some information)
Jump to navigationJump to search
FindPartsInRegion3( Region3 region3, Instance ignore, int maxParts = 20 )
Returns table
Description: Returns a table filled with parts inside the Region3.
Member of: Workspace



Usage

  • The maxParts limit can range from 0 to 100 and is 20 by default.
  • Descendants of the 'ignore' argument are not returned in the table, but still count towards the maxParts limit.
  • If the number of parts inside the Region3 are higher than the maxParts limit, then those extra parts will not be returned in the table.