Why does my camera changes position?

Hello! I have a problem…
So when i enter in my locker it goes to an another locker camera…
Please help!

Double check the size of your box collision for the 1st locker, and add some print string to the end overlap to see which one has move out properly.

Still doesnt work :(((
Look at this :

I added print strings too!
I resized the box collisions and even changed the camera name and it doesn’t work…

Before your delay in the event graph you should check if IsHiding? is true and only re-enable input when it is true.
Your issue is that the delay re-enable input after you leave your locker and you end up with two lockers with Input Enabled.

I would guess the “Close” isn’t called at all when you leave exit the locker. Leading to when you press the interact button again, both of them run at the same time leading to the weird glitch.

A solution is to Close the gate manually when you exit the locker.