Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What would be the best way to send info from the client to the server?

Asked by 3 years ago

Im making a rythm game but im doing everything on the client (scoring, note placing, etc) what would be the best way to put some of these stuff on the server without opening up a loophole to something?

0
Exploitation of RemoteEvents are entirely the Developer's fault. "Never trust the Client"; if possible, ensure you can perform the necessary actions on the Server, or remove as much leniency from the Events you have. Ziffixture 6913 — 3y

1 answer

Log in to vote
0
Answered by
tomekcz 174
3 years ago

RemoteEvent

0
I was thinking of that but A exploiter can easily fire the remote thenormalelevator32 26 — 3y
0
so properly secure your remotes. There is only one way to communicate between the server and the client, and that's through RemoteEvents and RemoteFunctions. Add checks on the server to prevent fradulent fires BrimoireGrimoire 11 — 3y
Ad

Answer this question