Hello, so I’m trying to test out zone plus. But for some reason, when I do: .itemEntered it doesn’t work. And never fires. No errors. This is my script:
local ZoneModule = require(game.ReplicatedStorage.Zone)
local Zone = ZoneModule.new(script.Parent)
Zone.itemEntered:Connect(function(Item)
print(Item)
end)
any help is appreciated!