Hey all i am looking for some help or even point me in the right direction my issue is this i have a trigger box that is loading something in my multiplayer game and i have on overlap and on end overlap my problem is i need to somehow detect if anyone is in the trigger as if one player exits the box it despawns and i only want that to happen if no one is in the trigger.
You could create an array of characters that enter into your box. Make sure to remove their name when they leave and then check the array to see if anyone is still in there. Good luck.
1 Like
FYI, please be specific in your title.