Elevators?

k, so my game is a 3rd person platformer style game and well i want to add elevators and im wondering if i should just create a simple script that plays an animation of the elevator platform going up and down, i barly got elevators to work in game maker and i can see huge program issues with them in unity, any suggestions ?

What’s the program issue that you see in Unity? There are a few topics about platforms and elevators here in the forum. Did you try to search for them? There are some vids on you tube also for Unity platforms/elevators. I made one in four lines of code so i know you can too.

It does’t matter if you use animation or translate.
Good luck. Many think that giving you a script will help you, but learning how to do it on your own is the best lesson. If you still strugle after looking at your resources. Then hit the post back and i’ll be glad to help ya.

ty, u actually answered the question really, i was just wondering how hard it was, if people can do it in four lines of code i should be fine. ill look around for exampls and tutorials.