Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RaycastFilterType

Used in a RaycastParams object to determine how its FilterDescendantsInstances list will be used.

Items 2

HistoryNameValueLegacy NamesDescription
563Exclude0Blacklist

Every BasePart in the raycast operation will be considered except those that are descendants of objects in the filter list.

563Include1Whitelist

Only BaseParts which are descendants of objects in the filter list will be considered in the raycast operation.

Removed items 2

HistoryNameValueLegacy Names
563Blacklist0Exclude
563Whitelist1Include

Description

Used in a RaycastParams object to determine how its FilterDescendantsInstances list will be used.

History 13

Settings