Every time the player go inside the region, the game repeat 16 times(Probrably 15 from players parts + humanoid).
How can i just locate one part and do not flood the output every 3 seconds?
For every part, once you get the player, check a table of players it has already run on, if they aren’t there, add them and run whatever code on them, if they are there, skip them.