Animation & Scripting Help Needed

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to make it so 2 parts move when you press a GUI button.

  2. What is the issue? Include screenshots / videos if possible!
    I cannot yet do it, and I don’t understand what I need to do to achieve my goal.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I asked friends, but they don’t have any answers yet.


(the 2 parts i want to move)

1 Like

Is it all one mesh or all parts w/ unions or something else? (left door and right door?)

they’re both seperate unions, both labelled

1 Like

You can move the “CFrame”, or position, of parts with an animation by using TweenService.

From my understanding, you have more than 2 “parts” that make up both doors. Highly recommend checking this out: Introduction to Tweening Models

1 Like

Thank you! Will get back to you if anything doesnt work.

1 Like