sliding doors problem

It seems like you’re using “a” (from Persistent Level) as the target in the GetActorLocation/SetActorLocation nodes. Therefore no matter how many doors you copy in your level you’ll always be updating the location of this one door and never the others.

You should probably create this door as an Actor subclass Blueprint instead of it being a part of the level blueprint.