How can I script this wind elevator?

Tower of Hell added wind elevators and I want a similar mechanic in my game. Can someone explain to me how the wind elevators in Tower of Hell work so I can script my own version?

Nobody just has Tower of Hell’s source code, but if I had to guess, it just sets your velocity and increases that number based on how long you’ve been in the part.

1 Like

Use the BodyVelocity
Wow, they deprecated that object.

Use LinearVelocity. It works almost like BodyVelocity, except you need to add an Attachment for it to work.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.