RPC function vs RoleAuthority check?

You told me that each player in a Multiplayer game runs both the Server and the Client.

So when my EquipWeapon() function is called, both the client and the server will run into that…and I can easily block the client and make the server keep going through the function… or maybe not?