hello devs, i need a bit of help, i kinda dont understand remote events.
I dont get how and why they are usefull.
5 Likes
Remote Events allow users to send data from client to server. You may ask what those two are and basically:
3 Likes
Remote events are one way communication objects between client and server, @K4ttt_i made great explanation about them
1 Like
Remote events are used to be able to send information from the client to the server, and vice-versa. They prevent exploiters to easily exploit your game and are useful when the client may need to interpret information only accessible on the server and vice-versa.
1 Like