# Using the export

Example:

```lua
local inZone = exports.fusti_zombie:inZone()
if inZone then
   print("The player is in the zone!")
else
   print("The player is not in the zone!")
end
```
