#
AutoPro API
Make the doors open by themselves. Or don't.
This is a technical page, and assumes familiarity with Roblox Studio's Explorer, alongside with Roblox's scripting language, Luau.
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)
What do these mean?
- Protocol: (
string) This will always be "api". - Event: (
string) Function for AutoPro to execute.
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")
Note
Changing the mode of operation is only available via the door controller. You can change the start-up mode by following steps in the AutoPro configuration guide.
Something's unclear? Visit our FAQ Page for help, or contact Whitehill Support via our Discord server for further assistance.