#Updating custom Gui for security
1 messages · Page 1 of 1 (latest)
** You are now Level 1! **
That's fine, as long as you don't try changing it
you should use WaitForChild though on the leaderstats
sorry if this was a stupid question
not at all
ok so the gui is only referencing the leaderstat not actually changing it i was just wondering for datastore in particular - it will read the
coins.Value
and save it but i was wondering would someone trying to hack be able to change that value?
as long as you're saving / loading just from the server, you're fine
the client CAN change the value, but it's only for them, it won't affect the server
so it won't be saved/processed by the server at all
okkk sweet cheers i was only wondering i was actually watching a tutorial for profilestore and they said use a remote event to update UI elements so i had to ask
you don't need to use a remoteEvent necessarily if you're storing data in value objects tbh
cause the client can see those easily
Your use of .Changed works best, because the change the server makes is replicated back to the client automatically