Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to protect a string value from exploiters ?

Asked by 6 years ago

So I'm making a game where you have a pc , that it .. anyway When player first join they need to create a account

and now exploiters can easily print their in-game account password

how to protect it ? I tried string.byte but I can't store it

0
Creating password's within ROBLOX games is WAY to risky, consider another method of "logging in" users. DemotedGnar 95 — 6y

1 answer

Log in to vote
0
Answered by
RootEntry 111
6 years ago

You will need to put on Filtering Enabled. And scripting the computer so it's compatible with FE. Then if they print they will only be the ones that can see it, and not anyone else. And you can put the string in a hidden place, then they can't find it.

Ad

Answer this question