i have a forge question

Okay so im making a map with an elevator. But not the kind with the floor that moves up and down. Im thinking more like the elevators on battlefield where the door closes,you wait a few seconds,then the door opens and you’ve been teleported to the roof. Anyone have advice how to accomplish this? I need a switch on the outside that opens the door,then you get inside and press another switch, the door closes,then after about 5 seconds, a teleporter sends you to the roof,then the doors open. I was hoping to make it a two-way thing but if you can only figure out how to do it one way thats fine too. Someone please give directions how to do this,it’ll make the map perfect. :pray:

Script it to spawn/de spawn ? The teleporters

Have an item despawn when you hit the button, then respawn in five seconds or whatever. When it respawns, it sends a message for the teleported to spawn for a split second. Have a repeating clock continuously sending a message for the teleporters to despawn, so they only spawn long enough to transport you in an instant.

Thank you guys i appreciate it!