How To Secure Events With Passwords?

Hello, My Name Is Nehoray
I Saw A Lot of posts that talk About Securing Events With Passwords So I Wanted To Know How To Do It And If Its Good/Bad Idea
Thanks Nehoray.

You cannot. Exploiters can just take the code inside the LocalScript and see the password.

1 Like

This is not even security in the first place. This type of practice is known as “security through obscurity” which isn’t real security in the first place.

You should instead have an authoritative backend rather than trying to secure the frontend because for the latter you have instantly lost the fight.

Even if the code is dynamic as opposed to static, exploiters are able to execute a remote spy script that logs the arguments passed through (Fire/Invoke)Server calls

3 Likes