I want make elevator system that when I click a button to eg. floor 1 It will teleport me and players in the elevator.
1 Like
You can add/remove ObjectValues that direct to the specific Player Instance that is currently in the elevator, then when that button is clicked, teleport each Character (retrieve it form the ObjectValue) to the Position of the level indicated by the pressed button.
1 Like
Have a part in the elevator, when the doors close run :GetPartsInPart() on it, and loop through each one and check if it’s a player. If it’s a player, teleport to an identical room then open the door
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.