How to send client server messages without at all using remote events?
So I am a bit scared that exploiters can hack remote events and use them to their advantage I want a way to not let that happen. Any way to do that?
There is no way to get around using remotes or anything the client can change. If the client is receiving, there really is no way to block exploiters from changing anything. As for sending stuff to the server, sanity checks are the best you could do.
Damn it. Well thats sad I thought the _G varaible could help but yea…
Exploiters can still change _G variables, also pretty sure those don’t go across the client-server boundary, do they?
As far as I know, they don’t. But many still don’t recommend anyone to use _G not because it “goes” across the client-server boundary, but because it can be messy.