How to make a player-based password

WARNING: I might take a while to confirm any solutions, because I don’t have access to my GK accnt rn. My bestie will be testing for me.
Anyway…
I want to make a sort of retina/body scan lock, that basically only opens when a certain player activates the unlock sequence. The sequence will have a regular lock, then the body scan. Is this possible???

1 Like

Hmmm… Maybe? I think you might need to have it check for certain qualities, like the items that a player has.

Oooh. Not just player name? Cuz that’s sorta what Im going for.

Maybe. let me find a thing for player names rq.

Here is a guide similar to your question.

If that doesn’t help, you could try placing a zone in front of the area and wiring it to a popup.
The popup should say ‘please enter password’

1 Like

Here is one that I found. How To Make Text Show A Players Name

EDIT: Yes it is @BMW23

1 Like

Yep. You can use some basic block code to check if a player’s name is equal to something.


So have this trigger during the scan, and then on that “do” you can make whatever you want happen, so grant access to something or whatever.

Plagiarism lol.

For the Passcode:


For the scanning system:

Place down a zone for the scanning to be done, wire it to a relay (all player):

Zone (Player enter zone) → Relay (trigger relay)

Then, place down a trigger, make it detect if triggering player’s name is a certain name in the block section.

Last, wire the relay to the trigger

Relay (trigger relay) → Trigger (trigger)