# AutoPro API

Make the doors open by themselves. Or don't.


AutoPro is our most advanced automatic door system designed for convenience and efficiency, providing seamless access control for any environment. Each AutoPro instance has a singular API BindableFunction.

Located directly in the root folder after game startup, the API allows you to interface easily with the doors.

# Syntax

workspace["AutoPro v2"]:WaitForChild("API"):Invoke(Protocol, Event)

AutoPro's function list is as follows:

  • "Open": Used to open the door. (Door Mode "Normal" or "Exit")
  • "ReaderOpen": For use with access control. (Door Mode "Locked" or "Exit")
  • "ReaderClose": For use with access control. (Door Mode "Locked" or "Exit")