My Virtual Machine

I’m currently working on my project called ‘Project Soulhaven’, and one of the elements of the game is having a virtual machine.

For those who don’t know what a virtual machine is, you can find the definition in this screenshot:
https://gyazo.com/50aa1b18dee566b501b7bfad44473912

The first step into making my virtual machine I started making the front end and back end of the login GUI. Before anyone says ‘it logs your attempts’ or ‘it steals your password’… It doesn’t. The login uses custom usernames and passwords provided by me only.

This is a private project at the moment so any attempts to log in that aren’t authorized automatically kick you, this includes entering the wrong password, or username, or misspelling something. It’s a very strict login system.

You can take this opportunity to help me give advice and any bug reports, and test out the login system. I’ve currently disabled the anti cheat, so you will not get kicked if your not whitelisted.

User: temp
Password: 0000

https://www.roblox.com/games/5602394342/Subnautics-Testing-Place

The GUI, logo, and scripting was made by me :slight_smile:,
Please give me constructive criticism!

Edit: Game is no longer open to outside members, thanks for the advice though!

7 Likes

I love it! The design is very nice and the script itself works very well. Your quest system also looks very nice.

1 Like

Please make sure IgnoreGuiInset is true

Can you make it so it won’t kick the player if they haven’t entered anything in? Thanks! :slight_smile:

1 Like

I understand, but can you make it so that it won’t kick them if both say Enter Username or Enter Password?

I’m afraid that’s apart of the system. If you try to click off in the middle of logging in, it kicks you.

If you misspell any part of the information, it kicks you.

If the textbox loses focus and the information is still wrong, it kicks you.

This is exactly what I meant when I said it’s has a very strict design.

Thanks, the quest system was never really finished and I don’t plan on implementing it or showing it off any time soon. I appreciate the positivity, thanks.