SimpleZone | A simple, fast and new Zone module!

Update: Added “LocalPlayer” as a valid :ListenTo() datatype!

Example:

local zone = Zone.fromPart(workspace.Example)

zone:BindToHeartbeat()

zone:ListenTo("LocalPlayer", "Entered", function()
	print("The local player has entered the zone!")
end)

I also removed some issues regarding overlapping BVH’s with the .fromBoxes() constructor.