Is there any way to get the script that fired a remote event?
I don’t believe it’s possible to find out what script fired a remote. Is there any particular reason why you’re trying to determine this?
Everytime someone asks this it is usually for an anti-exploit, however this can easily be circumvented so I see no point. Maybe OP’s use case is different
I just had a lot of local scripts that fired the same remoteevent, and I didn’t want to go through every local script and add an extra variable to see which one fired the remoteevent. I guess I have to do it tedious way now. Thanks anyway.
I didn’t test this, but you can try to send a script’s child’s position, then just parent that.
Or you can name the LocalScript in a specific way and send it’s name as regular data.
It depends on your situation and use for it.