How can I make something like this?

So I want to make an elevator like these:

How can I achieve this? Do you just make it go down infinitely until teleportation or do you loop a small piece? (Like you can see FE2 is doing)
Do you weld the player to the elevator to prevent them from falling off?

1 Like

A idea I have is to basically keep the platform still and have the pipes just keep going up forever and then to just interpolate the cameras cframe like you said

2 Likes

Okay thanks I was thinking about something like that.