I want to know how to check for doors and lasers if player left the server. For example: Let's say that player has a house (house[id] == 1) and that house's door tilex is 15 and tiley is 20, and when player leaves, the script checks that specific tile to see if there was a wall there or not. If there was no wall then It won't do anything, If there was a wall then it will be removed!
If that was possible which I believe it is, will it be done in the same way for lasers & team gates ?