1. I would like to find all cupboards placed by a player, cause I want to authorize a friend (Everytime the player add a new friend /friend add) in all player's cupboards.
     
  2. I think you could possibly go thru every entity on server and check the ownership and then if the entity is a cupboard add friend to the auth list... But there are problems with this, going thru each entity could lag the server, the cupboard might be overtaken...
     
  3. Yea... Gotcha.
    I think i'll stay with the solution that i'm using now: Everytime a cupboard is placed, it auths every player's friends. The only downfall is that if the player places a cupboard, and after add a friend, the new friend needs to auth manually.