RemoteEventService
is used for communicating between client and server, and vise-versa
Instance.new()
PushToClient(string username, string eventName, ...)
PushToAllClients(string eventName, ...)
SendEventToServer(string eventName, ...)
ConnectEvent(string eventName, ...)
eventName
is fired by the server or the client: the connected function will be called. An example: