I have a pet model
It has wing. I wanna make animated wings (with using script), but idk how to weld it.
I tried to do this
How I can weld Part correctly? I tried to weld it to Primary, but when wing rotates, whole pet rotates too.
I have a pet model
It has wing. I wanna make animated wings (with using script), but idk how to weld it.
I tried to do this
How I can weld Part correctly? I tried to weld it to Primary, but when wing rotates, whole pet rotates too.
I recommend using Motor6D
instead because it can be used to animate parts both by using the Animation Editor and by script. WeldConstraint
s should not be used because it basically glues two parts together.
Since you will use a script, make sure that you move the Motor6D
s every frame prior to the physics simulation (RunService.PreSimulation
or RunService.Stepped
).
If you are going to use the Animation Editor instead, make sure that the pet has an Animator
and AnimationController