i want to animate character tools with only code using tweenservice
because is more easy to me script then animating
and roblox animation editor is buggy
1 Like
You could technically achieve this by tweening the Transform property of the Motor6Ds in your character, but it isn’t worth the pain and animations are probably the way to go for your use case.