I need to make a number input for 6 digits

Basically I need people to input a secret code to get a button on the bottom of their screen. this code is 6 digits

2 Likes

do you want it to be random?

1 Like

no, it will be a code that I set when i publish the map

You can adapt this guide for 6 digits!

2 Likes

The images are deleted.

@EldionYT does the player click buttons for this? (Like, how do they input the code?)

1 Like

images deleted so that wont work

1 Like

it had ONE image

1 Like

eldion, how does the player input code?

we don’t know how the players input the code though.
Through buttons… or something else?

just have counters set to a target number and when all reach their target it activates a overlay

1 Like

You can connect a Button to a Counter and it should increase the counter. Then when the Counter’s hits its target (which should be 10) the counter should reset. Have the Counter update a property called Digit 1. Do this 5 times, one for each digit 1-5. Now get a Checker and make it have 5 checks and all checks must pass. Put in Check 1, check if Digit 1 = [#] of your choice do this for the rest of the checks, making each one it’s own digit. Then, when then the check passes, have it show the Game Overlay.

Bold refers to devices
Italics refers to a setting name
This refers to the setting itself

3 Likes