Detect from what player's localscript an event was fired

Yes it would do that.

RemoteEvent.OnServerEvent:Connect(funcion(player) -- parameter 
        print(player.Name) -- eg.
end)

Output:
theworldis_socruel

2 Likes