need to work on a solution for proceeding again when the stop button is released

This commit is contained in:
2024-05-14 22:34:04 -04:00
parent 0735c4f967
commit df5a4d92d0

View File

@@ -214,6 +214,7 @@ local function HookButtons(self: ClassConstructor, ButtonNameType: Enums.ButtonT
else
(ButtonTree.Inst :: BasePart).Position-=Vector3.new(0,0,.05)
self.LanternsConstructor:Reset()
self:__GoToFloor(Leveling[Attributes.CurrentFloor.Value], ElevatorGoingUpDirection(Attributes.CurrentFloor.Value, Attributes.GoalFloor.Value))
self.BoxAlignPosition.MaxVelocity = Elevator.MaxVelocity
end