I've successfully created a progress bar by adding an event that listens for when the property object "CurrentValue" changes, but one thing I'm worry about is the fact that exploiters might be able access this information.
I currently have a simple profile store set up and I want to be able to sync it with the storage system in the future.
Should I move this system to the server side and connect it via a remote event?
Questions:
Am I misunderstanding anything?
When is the right time to worry about the security, now or later?
Are exploiters able to access everything that is replicated to the user?
Lets say I add an attribute instead of a property to the progress bar. Is that attribute limited to the server or client side?
Any feed backs on what you are seeing so far?
** You are now Level 2! **