Battle For Cleotopia My game so far, maze with key to open doors For my game so far I’ve added and fixed a lot of the previous problems I’ve been having but in doing so I’ve added in more problems, so I’ve added 4 new things, the first 2 is a new door system that responds to a key, I've placed 3 keys so far in the game and each one opens a door, the first is back in the house, the 2nd is after u get across the platforms with lava and the 3rd is inside the maze, each door has a connection to the key through a series of scripts, once you click on the key the first script activates the door to be used with they and removes the collider of the key so it disappears, when you click on the door it opens with the press of E and makes a sound(I had to manually figure out how to put a sound in as it wasn’t in the tutorial) with the key gone you can still somehow keep pressing the door(think I need to set it back to false somehow) next thing I added was making the keys rotate like ...