I am using ZonePlus and I want to detect when any model enters a zone.
Is there any function like this:
zone.modelEntered:Connect(function(model)
I am using ZonePlus and I want to detect when any model enters a zone.
Is there any function like this:
zone.modelEntered:Connect(function(model)
you know you can use roblox’s built-in region3 zones and not the zoneplus.
I like zone plus better since its easier
I have figured out that instead of detecting if a model is entered I can check it with .Magnitude which is more accurate and more efficient then detecting a model.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.