Are you trying to use a remote event to communicate between server scripts? They only work for client > server, server > client and server > all clients communication.
If you need to communicate between scripts you can use modulescripts or bindable events. You can also create your own eventclass with module scripts.