Send money to server?

So I calculate how much money the player gets on the client lets say 100, btw theres now way I can calculate the money on the server, but I need the server to change it so I can save it when the player leaves, but how do I get the server to change it without remote events so the players cant exploit.

btw theres now way I can calculate the money on the server
if you are making an economy system based on the client that can be easily exploited.
people can change the value on their client and it will count as the actual amount which is a big no no.

old but good video that most people make economy systems on is based on this:

you learn how to save money, you learn how to see and access the money and it should be fairly straight forward on how to manipulate their money on the server.

can you provide a script on client and server? just some of the code on the client so i see how u give it

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.