What's the best way to make an object move on the character?

For example, i have a gear on a character, and I want it to spin all the time, which way is better: script or animation?

1 Like

Personally, I’d try using tweenService in such a case, especially if the animation will be played against other animations. If you can’t use TweenService, then you can try creating an animation.

(If I answered wrong, please correct me. I’m just learning to write scripts and I’m not sure of my knowledge)

2 Likes

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