One last thing,can i just make on player join function and delete the zone doors,so if player buys zone and leave and rejoin the zone door is still deleted?
Since it looks like you’re deleting the doors locally, you’ll need to save the doors that the player has unlocked on to the server and load that data in the next time they join. I recommend looking into data stores, if you haven’t already.
2 Likes