TJALL_PLAYS 0 Posted April 8, 2020 Hello, I need to know how to make a password on my script. Anyone know how? 0 Share this post Link to post Share on other sites
n3kitOzz 7 Posted April 8, 2020 8 hours ago, TJALL_PLAYS said: Hello, I need to know how to make a password on my script. Anyone know how? Here is script: Password = '1234' PS = gg.prompt({' Input password: '},{[1]=''},{[1]='number'}) if not PS then os.exit() end if PS[1] == Password then gg.toast(' Password correct') else gg.alert(' Wrong Password ') os.exit() end --write bellow your codes. if pass was true then script will start 0 Share this post Link to post Share on other sites