After setting the visibility, try adding Get Actor by Class and get all the actors of the BP_Tower. Run a for each loop through the actor array, and compare if the current actor == self or not. If not, then set it’s visibility to false, and do nothing on true.