Security Keypad

Add a security keypad to your world.

USAGE

  1. Add the SecurityKeypad script to a mesh in the world that will serve as the interactable keypad.
  2. Set PASSCODE to the secret code the user must enter, and MAXATTEMPTS to the number of times the user can enter a bad code before failing. Supply custom scripted events for OnSuccess and OnFailure if desired.
  3. Add the SecurityKeypadUIHandler and SecurityKeypadUI widget to the USER template.

The package contains a README with full instructions and information on how to use the script, as well as a list of ToDo and Changelog items (as changes are made).

1 Like

Oh, I just realized I did something really similar! :slight_smile: