Can other clients detect BindableEvent call from one client?

So I’m messing with a system but I want to make a replication only for one client, so I was wondering if, for example, Client1 fires BindableEvent, other clients will be able to detect it? or only Client1 will detect it?

No, if Client1 fires a bindable, only Client1 will detect it.