I need an elevator for my game for descending between “sectors”, but I don’t know how to make one. The controls (and status screen) are divided between floors, it has an elevator shaft, and there are also doors (which I’m not sure if it was a good idea.
While it is open without an elevator, I’ll try and make it so that if the elevator is in transit, the player will get crushed.
If you are able to, and there are closed doors on both the top and bottom when the elevator is moving, you can use a trick that a lot of games use and make a thing inside the elevator to check for any players standing inside of it and when the doors close, dont actually move the elevator but just make it seem like its moving and then tp each player inside to the other elevator and open the door. Yes this can just be done with tweening and anchoring the plants inside to prevent jumping around and stuff, but this is a better approach when using an elevator to go from a large space to another large space that may not be right under or above the previous space.