alright so as the question states i would like to know if it would be possible to make a table from a script that gets updates and still have it accessible from all live servers at that time and have any of those servers pull and remove data from it while it still updates those changes to all servers, long story short im trying to set up an auction house system so that way if someone trys to buy something from it but someone else has already bought it before the gui had time to :Destroy() from their client then give them a message saying that you cant buy it but instead of in one server in all live servers during that given time? i have no idea if this would be possible but if not ill just go with a player-in-server table and work with that