How can i detect if a player enteres a zone, note that there are a lot of models

what i want to achieve is detecting if a player has entered a zone or left it,

i know its made with spatial querty aka getpartsinpart but the problem with this solution is that the area has a LOT of models and for the server to process every single model inside that region and checks if the region has a player in it it lags the game so much it sometimes crashes

so in conclusion what i want is to detect if a player has entered and has left a zone and if so then make a bool value true or false depending on whether he is inside or outside.
and i cant use region3 because it lags the game , any help is appreciated

1 Like

Proximity Prompts are also a way to detect if players are near or in a specific region. Basically detect if the prompt is visible.

2 Likes

use ZonePlus by ForeverHD ZonePlus

2 Likes

i enterd the dev forum but i cant download anything when i click the link of the model it says bad requset?

have roblox removed it?

1 Like

download the latest ver on github

1 Like

ok that worked thanks, ill look into the module

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.