I’m firing to all clients, which then for each client fires to the server?? But if im firing to the server for each client then doesnt than cancel out the point of firing to the server. Basically im replicatiing effects from each client, and then im firing to the server to check if something is true then if it is ill give them money, that’s why i’m firing to the server
I’d love to help but i need you to reword that please. What exactly are you firing to the client and to the server?
If you’re needing to get something from server > client > server or client > server > client, look at remote functions.
however, never ever rely on the client to tell the server the truth. very easily exploitable.
Alright i’ll try using a remote function and see how it works thanks