Seems like they’re only being set visible on the server from that code, clients should not have authority so it’s odd that they would also print “It’s happening!”. Try calling the same code on the client or even just removing the switch has authority. Even though it’s being multicast it shouldn’t execute on the client due to that node.
Check that the references aren’t returning null on both the client and server also.