-
Notifications
You must be signed in to change notification settings - Fork 24
BiometricReader
MrDiamondDog edited this page Jun 25, 2022
·
6 revisions
Sends an computer.signal / event when used by a player, the default event name is bioReader
and contains the UUID of the player which used the reader.
event = require("event")
reader = require("component").os_biometric
function onRead(uuid)
print(uuid .. " entered!")
end
event.listen("bioReader", onRead)
setEventName(String:name) -- changes the event name to the given argument
- Alarm
- Biometric Reader
- Card Writer
- Data Block
- Door Controller
- Energy Turret
- Entity Detector
- Keypad
- Magnetic Card Reader
- NanoFog Terminal
- RFID Reader
- Rolldoor
- Rolldoor Controller
- Security Terminal
- Security Doors