Blockland Forums > Help
How to make a door unopenable from oneside
Exoyo:
well on either side it will open the door and then it makes it seem like you can walk out but theres something invCIAble there t\and the door wont close
KoopaScooper:
There should be an event...
--- Code: ---3000 OnContentStarted > Self > ContentStop > Unrestricted
--- End code ---
Change the 3000 to 500.
--- Code: ---500 OnContentStarted > Self > ContentStop > Unrestricted
--- End code ---