How to fire and connect to an event from a copied scripts

I made a script where I copy a script from the serverstorage to the serverscriptservice but when I fire an event from the first script (who copied the other script), the other script won’t detect the event.
How can I fix this or change this?

Are you sure the copied script is enabled? Are you using a RemoteEvent or a BindableEvent? You need to elaborate further or show some code so we can help you.

1 Like

yes the script is enabled and I am using a bindableevent. tested with it so much but it didn’t work so I am not gonna do the method for copying the script I think that causes to disconnect to the event, instead I am just gonna make the script in serverscript service and let it be there