1. Hey. Is their a way to remove the player collider, so players can walk through eachother. Any help is appreciated. ;)
     
  2. Wulf

    Wulf Community Admin

    Pretty sure it's handled client-side, so likely not. There is a recent thread that discusses this.
     
  3. @Wulf, is their a way of hiding a player not using the CanNetworkTo hook?
     
  4. Wulf

    Wulf Community Admin

    Not truly hiding. Only methods are either with the way Spectate does or the way Vanish does.
     
  5. Vanish uses the CanNetworkTo hook so thats a no-go. I just want players not to clip each other or not being able to see each other.
     
  6. Wulf

    Wulf Community Admin

    Only method I know of is how FauxClip does it.