API Functions
Listed here are all API functions, along with instructions on how to use them.
Open Door
API.Doors.Open:Fire(workspace.CheckMeIn.Doors.Rooms['My Cool Room'])Checked In
API.Service.CheckedIn.Event:Connect(function(Employee, Player, Door)
if Employee then
if type(Employee) == 'string' then
-- You have now discovered the Player used Self Check In
else
-- You have now discovered Employee exists.
end
end
end)Checked Out
API.Service.CheckedOut.Event:Connect(function(Employee, Player, Door)
print(Player.Name .. ' was checked out.')
end)Force Check In
Force Check Out
ExceededLimit
Get Points
Reward Points
Set Points
Get Tutorial State
Webhook
Last updated