Hello. I would want to make shared variables for one player not using, these Value instances, becuase they are easy to modify by exploiters. Instead I would like to make shared variables. I don't know if ' _G. ' Would work just for one player or whole place. An good example is that players have 3 items to choose and everyone has different items choosen and I would like the main script to acces them and give those items for each player. Is there a way of doing it just for one player Or I have to stick to those values?
The main problem with IntValues is where they are placed which may or may not give the client direct access to the value allowing them to be edited and without FE the local changes can replicated.
If the client does not have the client cannot hack
Where to put them?
Where the client cannot access them Or even better don't sent them to the client at all.
A good place might be putting them in the server storage or any place which is not replicated to the client but can still be accessed by scripts.
This will mean that that is the client wants the information it must ask the sever for it or be in a kind of read only state e.g. FE.