How to find what script fired an event

I am trying to make a script which needs to know the Parent of the Script the RemoteEvent has fired from to the client. Is there any way to see what Script has fired an event?
Any help is appreciated.

Thank You!

Not possible without passing it through the tuple. You could pass the script.Parent into the tuple to the client, but the script is out of visibility for the client.

1 Like

Ok, Thank You! I’ll try that then.

Adding to the above, if you want to pass it to the client you could send the name of the script since that’s a string value.