Putting a collider on the door also did not work it seems like. :( This is the script I have for my "Activate Trigger" public class ActivateTrigger : MonoBehaviour { public enum Mode { Trigger = 0, // Just broadcast the action on to the target Replace = 1, // replace target with source Activate = 2, // Activate the target…