How can I check if a player is not in a Region3?

The question is in the title, thanks for help!

The answer is the same as the question you just asked please don’t spam post the same question.

It’s not the same question. In the last post, I was asking how can I check if a player is in a Region3, but in this post I am asking how I can check if a player is not in a Region3.

You’d run through the parts in the region3 and if theres no HumanoidRootPart then they aren’t in the region.

You can use the answers you got from your last post to answer this question

you would check if the character model is not there

You could use the findpartsinregion3withwhitelist and if it returns nil then there is no player if you set the whitelist to all the players.