Region3 Causes screen freezing, due to the amount of parts

Hello. I’ve stumbled into a problem, while using region3. You see, I’m trying to make it so a local script checks which region the player is in, so it can play the appropriate music. The only problem is that it scans the entire workspace, where there are a lot of parts. When it runs every second, it creates a small duration of screen freezing, due to the amount of parts it has to search through. I’ve tried to turn streamingenabled on, but the visual flaws are too much. Is there any way to just scan a folder instead of the entire workspace?

2 Likes

You should use the Zone+ Module:

This is how I check if a player is in a certain zone.

1 Like

This is excactly what i need! Thank you.

1 Like