I am not asking for a script (Though one would be a nice suprise)
But I want to know what I would use to make an automatic door.
I know how to make the brick move and stuff, i am just confused on how to make it, if the player is near the door, it opens.
Thanks!
You could place an invisible brick near each side of the door to serve as 'trigger bricks', so that when a player comes in contact with one of the 'trigger bricks', the automatic door opens.
This can be done using the Touched event. Please remember to use a Debounce for best results.