I guess you could, but don’t actually make it say “Password”. maybe just make it a blank text box
It says “Please enter the Access Code”
Put like a disclaimer or something there telling people not to enter personal information.
Not against ToS. It’s like having a development key. It’s easy to do, just store a string value in a datastore.
No, it’s fine, but many will probably dislike the game because of it
I’d just make a simple token thing in order to access the game or GUI, whatever it is?!
Theoretically, you can make your own encryption on the server, then when the local client sends the right password, the server will send you the needed information to decrypt the assets in Workspace.
When I say encrypt, I really mean make all the objects ‘randomly’ sized/colored/rotated/positioned by following an encryption key.
It’s for sure a waste of time but still cool to think of. Also unbypassable if the server creates a new set of encryption instructions per server. It’d have to be very complex though.
For extra protection, you could add serverside and clientside cooldowns when guessing the password.
Great Idea! That would be cool! I have it so you enter a code supplied by me to enter. However, an encryption would be cool!
Couldn’t Zompo just make a script on the server repeatedly make the gui appear? And if the player doesn’t answer the code within a set amount of time just kick the player saying “Failed to enter Access code within the allotted time” so even if they did exploit they would still be kicked?
Spamming GUI is a waste of resources and can still be bypassed.
The set amount of time option though is a good idea.