4 Years Ago
TriggerParent now has two intersection mode options: - AnyIntersect, the existing default, parents the object if any part of the object intersects any part of the trigger - OriginIntersect parents the object if the origin of the object intersects any part of the trigger OriginIntersect has the effect of letting us only parent players if their feet touch the trigger. Now using this on vehicle module flatbeds, so we no longer scoop up players and parent them when the vehicle runs over them.