I am working on a top down shooter game, I want to implement doors, that swing open and closed slowly everytime the player is close to it and presses F.
Also, when i try and open the door, all doors are affected, not just one. I am aware of using other(), but I just can seem to find out how to...