Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 15:41

Added

  • Zone:trackItem(characterOrBasePart)
  • Zone:untrackItem(characterOrBasePart)
  • Zone.itemEntered event
  • Zone.itemExited event
  • Zone:findItem(characterOrBasePart)
  • ZoneController.setGroup(settingsGroupName, properties)
  • ZoneController.getGroup(settingsGroupName)
  • SettingsGroup.onlyEnterOnceExitedAll property
  • Zone:bindToGroup(settingsGroupName)
  • Zone:unbindFromGroup(settingsGroupName)
  • Zone.settingsGroupName property
  • Zone:findPoint(position)
  • ZoneController.getCharacterSize(character)

Changed

  • Internal behaviour to use the new Spatial Query API instead of the Region3 API.
  • The default Detection from Automatic to Centre.
  • The behaviour of Detection Centre to include the whole HumanoidRootPart instead of a singular Vector within (this was required due to the new Spatial Query API).
  • Zone:findPart now returns array touchingZoneParts as its second value.
  • Maid to Janitor by howmanysmall.
  • Signal to GoodSignal by stravant.
  • ZoneController.getTouchingZones(player) to ZoneController.getTouchingZones(characterOrBasePart).

Removed

  • RotatedRegion3
  • ZoneController.getCharacterRegion
  • ZoneController.verifyTouchingParts
  • ZoneController.vectorIsBetweenYBounds
  • ZoneController.getHeightOfParts
  • Automatic Detection Enum.